#custom-login-form label { font-size: 14px; line-height: 20px; margin-bottom: 0; margin-bottom: 5px; font-weight: 500; letter-spacing:0.5px; }
#custom-login-form label span.required { color: #ff0000; }

.custom-field {
  margin-bottom: 30px;
}

.input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.input-wrapper input { width: 100%;
  padding: 10px 40px 10px 35px; /* space for icons */
  box-sizing: border-box; margin-bottom: 0; padding: 10px 0; border-bottom: 1px solid #0F313A !important }

.input-icon {
  position: absolute;
  left: 10px;
  color: #0f313a;
  font-size: 18px;
}

.custom-field .input-wrapper.user-icon:after { content: '\f007';
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 2px;
    top: 28%;
    transform: translateY(0);
    color: #0f313a;
    pointer-events: none;
    font-size: 20px; }

.custom-field .input-wrapper.password-icon:after {
    content: "";
    background: url(https://jioworldwide.com/wp-content/uploads/2024/12/password-lock.svg) no-repeat center !important;
    background-size: 20px 20px !important;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 2px;
    top: 28%;
    transform: translateY(10%);
    pointer-events: none;
}

.custom-field input {
  width: 100% !important;
  padding: 10px 40px 10px 30px !important;
  font-size: 15px !important;
  margin-bottom: 0 !important;
}

.custom-field input[type="password"] {
  width: 100% !important;
  padding-right: 40px !important; /* Add space for the eye icon */
  box-sizing: border-box;
}

.eye-toggle {
  position: absolute;
  right: 10px;
  cursor: pointer;
  color: #0f313a;
  font-size: 16px;
}

.eye-toggle i {
  font-size: 16px;
}

.error-msg {
  color: #ff0000;
  font-size: 13px;
  margin-top: 5px;
}

.input-error {
  border-color: #ff0000 !important;
}

.success-msg {
  background: #e6ffed;
  color: #008000;
  padding: 10px 15px;
  border-radius: 4px;
  margin-bottom: 20px;
  font-weight: 500;
  border-left: 4px solid #3d9b59;
  display: flex;
  font-size: 15px;
  line-height: 25px;
}

.error-msg-top {
  background: #ffe8e8;
  color: #ff0000;
  padding: 10px 15px;
  border-radius: 4px;
  margin-bottom: 20px;
  font-weight: 500;
  border-left: 4px solid #ff0000;
}

.btn-submit {
    background-color: #f94735 !important;
    border: none !important;
    color: #fff !important;
    padding: 13px 20px !important;
    border-radius: 10px !important;
    font-size: 16px !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    width: 100% !important;
    text-transform: uppercase !important;
    text-align: center !important;
    font-family: "Sora" !important;
    justify-content: center !important;
    margin-top: 10px !important;
}

.btn-submit:hover { background-color: #0F313A !important; }

.btn-submit[disabled] {
  opacity: 0.7;
  cursor: not-allowed;
}

.btn-loader i {
  font-size: 16px;
}

.forgot-password-title h2, .forgot-pass-content { font-family: "Sora" !important;  }

.success-msg-box {
  padding: 0;
    border-radius: 8px;
    margin-bottom: 20px;
    text-align: left;
}

.success-msg-box p {
  margin: 5px 0 0 !important;
  color: #000;
  font-size: 15px;
  line-height: 25px;
}
.success-msg-box .success-msg:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 25 25'%3E%3Cpath stroke='%2349C85F' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12.5 22.5c5.523 0 10-4.477 10-10s-4.477-10-10-10-10 4.477-10 10 4.477 10 10 10Z'/%3E%3Cpath stroke='%2349C85F' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m9.5 12.5 2 2 4-4'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    min-width: 24px;
    display: block;
    margin-right: 10px;
    
  }

#custom-forgot-form label { font-size: 14px; line-height: 20px; margin-bottom: 0; margin-bottom: 5px; font-weight: 500; letter-spacing:0.5px; }
#custom-forgot-form label span.required { color: #ff0000; }

#custom-forgot-form button.btn-submit {
    background-color: #f94735 !important;
    border: none !important;
    color: #fff !important;
    padding: 13px 20px !important;
    border-radius: 10px !important;
    font-size: 16px !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    width: 100% !important;
    text-transform: uppercase !important;
    text-align: center !important;
    font-family: "Sora" !important;
    justify-content: center !important;
    margin-top: 10px !important;
}

#custom-forgot-form button.btn-submit:hover {
  background-color: #0F313A !important;
}

#custom-reset-form label { font-size: 14px; line-height: 20px; margin-bottom: 0; margin-bottom: 5px; font-weight: 500; letter-spacing:0.5px; }
#custom-reset-form label span.required { color: #ff0000; }

#custom-reset-form button.btn-submit {
    background-color: #f94735 !important;
    border: none !important;
    color: #fff !important;
    padding: 13px 20px !important;
    border-radius: 10px !important;
    font-size: 16px !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    width: 100% !important;
    text-transform: uppercase !important;
    text-align: center !important;
    font-family: "Sora" !important;
    justify-content: center !important;
    margin-top: 10px !important;
}

#custom-reset-form button.btn-submit:hover {
  background-color: #0F313A !important;
}