@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
html {
    height: 100%;
}

.login-body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(233, 233, 233, 1) 0%, rgba(187, 208, 242, 1) 100%);
}

.login-conent-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Login Form Style */

input::-ms-reveal {
    display: none;
}

.wrapper {
    position: relative;
    border: none;
    width: 360px;
    height: auto;
    background-color: #f2f2f2;
    border-radius: 20px;
    box-shadow: 0 0 15px 2px #332D2D;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 10px;
}

.logo-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
    padding: 0px 5px 0px 5px;
}

.logo-image {
    width: 40px;
    height: 30px;
    border-radius: 5px;
}

#login-heading {
    font-size: 0.8em;
    font-weight: bold;
    color: #332D2D;
    margin: 0;
}

.wrapper .icon-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 33px;
    height: 33px;
    background: #332D2D;
    font-size: 2em;
    color: #FBFBFB;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 20px;
    cursor: pointer;
    z-index: 1;
}

.wrapper .form-box-login {
    width: 100%;
    padding: 0px 30px 0px 30px;
}

#login-header {
    margin-top: 10px;
    font-size: 1.3em;
    color: #332D2D;
    font-weight: bold;
    text-align: center;
}

.input-box {
    position: relative;
    width: 100%;
    height: 50px;
    border-bottom: 2px solid #332D2D;
    margin: 25px 0px;
}

.input-box label {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    font-size: 1em;
    color: #332D2D;
    font-weight: 500;
    pointer-events: none;
    transition: all 0.3s ease;
}

.input-box input {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
    font-size: 1em;
    color: #332D2D;
    font-weight: 450;
    padding: 0 62px 0 5px;
}

.input-box .icon {
    position: absolute;
    right: 8px;
    font-size: 1.2em;
    color: #332D2D;
    line-height: 57px;
}
/* Style for eye icon */
.toggle-password i {
    display: none;
    position: absolute;
    right: 30px;
    font-size: 1.2em;
    color: #332D2D;
    line-height: 57px;
    cursor: pointer;
    top: 0px;
}

.remember-forgetpass,
.user-registrtion {
    margin-top: 5px;
    font-size: 0.9em;
    color: #332D2D;
    font-weight: 500;
    margin: -10px 0 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.user-registrtion {
    padding: 10px !important;
}

.remember-forgetpass a {
    text-decoration: none;
    font-size: small;
    color: #3B71CA;
    font-weight: bold;
}

.user-registrtion a:hover,
.remember-forgetpass a:hover {
    text-decoration: underline;
}

.user-registrtion a {
    text-decoration: none;
    font-size: small;
    color: #3B71CA;
    font-weight: bold;
}

.login-form-button {
    width: 100%;
    height: 45px;
    background: #1c9e0e;
    border: none;
    outline: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 1em;
    color: #FBFBFB;
    text-decoration: none;
    font-weight: 500;
    margin-top: 25px;
    transition: 0.5s;
}

.social-message {
    display: flex;
    align-items: center;
    padding-top: 1rem;
}

.line {
    height: 1px;
    flex: 1 1 0%;
    background-color: #374151;
}

.social-message .message {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #332D2D;
}

.social-icons {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.social-icons i {
    width: 25px;
    height: 25px;
    cursor: pointer;
}

/* Forget Password Form */

.forget-password-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f2f2f2;
    box-shadow: 0 0 10px 2px #332D2D;
    border-radius: 10px;
    padding: 10px;
    width: 400px;
    height: 230px;
}

.forget-heading {
    width: 100%;
    background-color: #f2f2f2;
}

.forget-heading p {
    text-align: center;
    font-size: medium;
    font-weight: bold;
    padding: 8px;
}

#forget-pass-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    height: 100vh;
    background-color: #f2f2f2;
}

#forget-pass-form .row {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

#forget-pass-form label {
    font-size: small;
    font-weight: bold;
    width: 27%;
    text-align: right;
    margin-right: 10px;
}

#forget-pass-form input {
    outline: none;
    width: 50%;
    padding: 3px;
    border: 1px solid black;
    border-radius: 5px;
}

.required {
    color: red;
}

/* .forget-buttons {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
}

#forget-submit-button,
#forget-back-button {
    width: 80px;
    height: 25px;
    color: white;
    border: 1px solid black;
    background-color: #4a4343;
    border-radius: 7px;
    font-weight: bold;
    transition: 0.5s;
    cursor: pointer;
} */

/* Otp Verification Form */

/* .otp-verification-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 0 10px 2px #332D2D;
    border-radius: 10px;
    padding: 10px;
    background-color: #f2f2f2;
    width: 400px;
    height: 290px;
}

.otp-heading {
    width: 100%;
    background-color: #f2f2f2;
}

.otp-heading p {
    text-align: center;
    font-size: medium;
    font-weight: bold;
    padding: 8px;
}

#otp-pass-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    height: 100vh;
    background-color: #f2f2f2;
}

#otp-pass-form .row {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

#otp-pass-form label {
    font-size: small;
    font-weight: bold;
    width: 23%;
    text-align: right;
    margin-right: 10px;
}

#otp-pass-form input {
    outline: none;
    padding: 3px;
    width: 50%;
    border: 1px solid black;
    border-radius: 5px;
}

.timer-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
}

.timer-wrapper a {
    text-decoration: none;
    font-size: x-small;
    font-weight: bold;
    color: blue;
}

.timer-wrapper a:Hover {
    text-decoration: underline black;
} */

/* .timer {
    font-size: x-small;
    font-weight: bolder;
} */

.required {
    color: red;
}

/* #otp-pass-button {
    width: 80px;
    height: 25px;
    color: white;
    border: 1px solid black;
    background-color: #4a4343;
    border-radius: 7px;
    font-weight: bold;
} */

/* Change Password Form */

.change-password-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 0 10px 2px #332D2D;
    border-radius: 10px;
    padding: 10px;
    background-color: #f2f2f2;
    width: 400px;
    height: 350px;
}

.change-heading {
    width: 100%;
    background-color: #f2f2f2;
}

.change-heading p {
    text-align: center;
    font-size: medium;
    font-weight: bold;
    padding: 8px;
}

/* #change-pass-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    height: 100vh;
    background-color: #f2f2f2;
}

#change-pass-form .row {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

#change-pass-form label {
    font-size: small;
    font-weight: bold;
    width: 38%;
    text-align: right;
    margin-right: 10px;
}

#change-pass-form input {
    outline: none;
    width: 50%;
    padding: 3px;
    border: 1px solid black;
    border-radius: 5px;
}

.required {
    color: red;
}

.change-password-buttons {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
}

#change-pass-button,
#change-back-button {
    width: 80px;
    height: 25px;
    color: white;
    border: 1px solid black;
    background-color: #4a4343;
    border-radius: 7px;
    font-weight: bold;
} */

/* Common error style */
.error-msg {
    text-align: center !important;
}

.err-msg {
    text-align: center;
    color: #ff4c4c;
    font-weight: 700;
}

.error-msg .error-style {
    font-size: small;
    font-weight: bold;
    color: red;
    animation: shake 0.5s linear infinite;
}

#user-registrtion {
    display: flex;
    justify-content: center;
}
/* 
form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.input-icon {
    position: relative;
}

.input-icon i {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    opacity: 0.6;
}

.input-icon img {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    opacity: 0.6;
}

.input-icon input {
    width: 100%;
    padding: 0.75rem 0.75rem 0.75rem 2.5rem;
    border: 1px solid #ccc;
    border-radius: 6px;
    transition: 0.3s;
}

.input-icon input:focus {
    border-color: #086ae0;
    outline: none;
}

Options
.options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9rem;
}

.options label {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    color: #333;
}

.options input[type="checkbox"] {
    accent-color: #086ae0;
}

.options a {
    text-decoration: none;
    color: #086ae0;
}

.login-button {
    background-color: #086ae0;
    color: white;
    padding: 0.75rem;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
}

.login-button:hover {
    background-color: #005ad0;
}

.footer {
    text-align: center;
    margin-top: 1rem;
    font-weight: 400;
    font-size: 13px;
}

.footer a {
    color: #086ae0;
    text-decoration: none;
} */

#user-registrtion {
    display: flex;
    justify-content: center;
}

.remember-forgetpass,
.user-registrtion {
    margin-top: 5px;
    font-size: 0.9em;
    color: #332D2D;
    font-weight: 500;
    margin: -10px 0 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.user-registrtion {
    padding: 10px !important;
}

.remember-forgetpass a {
    text-decoration: none;
    font-size: small;
    color: #3B71CA;
    font-weight: bold;
}

.user-registrtion a:hover,
.remember-forgetpass a:hover {
    text-decoration: underline;
}

.user-registrtion a {
    text-decoration: none;
    font-size: small;
    color: #3B71CA;
    font-weight: bold;
}

.register-btn{
    height: 45px;
    background-color: #259a18;
    color: #FBFBFB;
}

.register-btn:hover{
    background-color:#1f9803;
    color: white ;
}