:root {
  --tw-ring-color:#0A0C36;
}

.logo-img {
  max-width: 257px;
  max-height: 150px;
}

.social-login-buttons {
  display: flex;
  gap: 8px;
  margin-top: 20px;
}
.social-login-buttons a {
  display: flex;
  align-items: center;
  gap: 1px;
  justify-content: center;
  text-align: center;
  border: 1px solid #D1D1D1;
  padding: 8px 14px;
  border-radius: 4px;
  margin-top: 10px;
  transition: 0.3s ease-in-out;
  font-size: 12px;
  line-height: 19.2px;
  font-family: "IBM Plex Sans";
  color: #0A0C36;
}
.social-login-buttons a img {
  display: inline-block;
  width: 30px;
}
.social-login-buttons a span {
  white-space: nowrap;
}

.forget-link {
  color: #03C3FB;
}

.custom-login {
  display: flex;
  align-items: center;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  position: relative;
}
.custom-login:hover {
  border: 1px solid #9E9E94;
}
.custom-login:focus {
  border: 1px solid #263063;
}
.custom-login input {
  border: none !important;
  background-color: white !important;
  font-size: 14px;
  padding: 12px 0px 12px 46px;
}
.custom-login input:focus {
  border-radius: 4px;
}
.custom-login .person {
  padding-left: 15px;
  padding-right: 12px;
  position: absolute;
  z-index: 10;
}
.custom-login .lock {
  padding-left: 15px;
  padding-right: 12px;
  position: absolute;
  z-index: 10;
}
.custom-login .eye {
  padding-left: 15px;
  padding-right: 16px;
  position: absolute;
  right: 0px;
  z-index: 10;
}

.login-card {
  max-width: 416px;
  padding: 24px 40px;
  border-radius: 16px;
}

.welcome-text {
  font-size: 24px;
  font-family: "IBM Plex Sans";
  color: #263063;
  line-height: 33.6px;
}

.btn-login {
  background-color: #263063;
  font-family: "IBM Plex Sans";
  letter-spacing: 0.5px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.btn-login:hover {
  background-color: #0A0C36;
}

.custom-checkbox:checked {
  background-color: #03C3FB !important;
}

.register {
  color: #0A0C36;
  font-size: 14px;
  line-height: 22.4px;
  display: flex;
  justify-content: center;
}

.grey-border {
  border: 1px solid #F0F0F5;
  height: 1px;
}

.error-message {
  color: #E82646;
}

.login-input {
  padding-right: 44px !important;
}

/*# sourceMappingURL=guest.css.map */
