/*  
Google Fonts Import Link
font-family: 'Kanit', sans-serif;
font-family: 'Sarabun', sans-serif;
*/
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,300;0,500;1,300;1,500&family=Sarabun:ital,wght@0,100;0,500;1,100;1,500&display=swap');
/* bootstrap 5 Import Link */
@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css");
/* bootstrap-icons Import Link */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");


/*  styling scrollbars  */
::-webkit-scrollbar {
    width: 5px;
    height: 6px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #a5aaad;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background: #3ea175;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: #a5aaad;
}

body {
    color: #000;
    overflow-x: hidden;
    margin: 0;
    background: linear-gradient(45deg, #fe4f30 70%, #EEEEEE 30%);
    background-repeat: no-repeat;
    font-family: 'Sarabun', sans-serif;
}

.card0 {
    box-shadow: 0px 4px 8px 0px #757575;
    border-radius: 10px;
    min-height: 100vh;
}

.card-login {
  box-shadow: 0px 4px 8px 0px #757575;
  border-radius: 10px;
  min-height: 100vh;
}

.card1 {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    min-height: 100vh;
}

.logo {
    border-radius: 50%;
    width: 20%;
    margin-top: 20px;
    margin-left: 25px;
}

.logoSKRU {
  border-radius: 5%;
  width: 60%;
  margin-top: 20px;
  margin-left: 25px;
}

.image {
    width: 400px;
}

.card2 {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.myBtn-login {
  width: 350px;
  height: 40px;
  margin-top: 20px;
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: red; /* Set a background color */
  border-bottom: #721c24 solid 2px;
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 5px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 16px; /* Increase font size */
}

.myBtn-login:hover {
  background-color: rgb(253, 97, 97); /* Add a dark-grey background on hover */
  color: white; /* Text color */
}

.myBtn {
  display: block; /* Hidden by default */
  width: 150px;
  height: 40px;
  margin-top: 20px;
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: red; /* Set a background color */
  border-bottom: #721c24 solid 2px;
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 5px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 16px; /* Increase font size */
}

.myBtn:hover {
  background-color: rgb(253, 97, 97); /* Add a dark-grey background on hover */
  color: white; /* Text color */
}



.wrapper-login{
    background: #fff;
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 0 128px 0 rgba(0,0,0,0.1),
                0 32px 64px -48px rgba(0,0,0,0.5);
}
  
/* Login & Signup Form CSS Start */
  .form{
    padding: 20px;
  }
  .form header{
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
  }
  .form form{
    margin: 20px 0;
  }
  .form form .error-text{
    color: #721c24;
    padding: 8px 10px;
    text-align: center;
    border-radius: 5px;
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    margin-bottom: 10px;
    display: none;
  }
  .form form .name-details{
    display: flex;
  }
  .form .name-details .field:first-child{
    margin-right: 10px;
  }
  .form .name-details .field:last-child{
    margin-left: 10px;
  }
  .form form .field{
    display: flex;
    margin-bottom: 10px;
    flex-direction: column;
    position: relative;
  }
  .form form .field label{
    margin-bottom: 2px;
  }
  .form form .input input{
    height: 40px;
    width: 100%;
    font-size: 16px;
    padding: 0 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
  }
  .form form .field input{
    outline: none;
  }
  .form form .image input{
    font-size: 17px;
  }
  .form form .button input{
    height: 45px;
    border: none;
    color: #fff;
    font-size: 17px;
    background: rgb(66, 4, 211);
    border-radius: 5px;
    cursor: pointer;
    margin-top: 13px;
  }
  .form form .button input:hover{
    background: rgb(92, 25, 248);
  }
  .form form .field i{
    position: absolute;
    right: 15px;
    top: 70%;
    color: rgb(27, 27, 27);
    cursor: pointer;
    transform: translateY(-50%);
  }
  .form .link{
    text-align: center;
    margin: 10px 0;
    font-size: 17px;
  }
  .form .link a{
    color: #333;
  }
  .form .link a:hover{
    text-decoration: underline;
  }

  .footer {
    color: #fff;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background-color: #e43b3b;
    border-radius: 10px;
    text-align: center;
  }
  
  @media screen and (max-width: 991px) {
    .card1 {
        border-bottom-left-radius: 0px;
        border-top-right-radius: 10px
    }

    .card2 {
        border-bottom-left-radius: 10px;
        border-top-right-radius: 0px
    }

  }
/* End Login & Signup Form CSS Start */

/* overlay loading */
#overlay-load {
  background: #ffffff;
  color: #666666;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 5000;
  top: 0;
  left: 0;
  float: left;
  text-align: center;
  padding-top: 25%;
  opacity: 0.8;
}