:root {
    --primary-blue: rgba(62, 185, 174, 1);
    --text-black: #141615;
    --dark-green: rgba(23, 69, 65, 1);
}

body {
    box-sizing: border-box;
    margin: 0;
    overflow-x: hidden;
}

.wrapper {
    background: url('/img/assets/login/login-bg-new.jpg');
    height: 100vh;
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.form-card {
    border-radius: 24px;
    border: 6px solid var(--primary-blue);
    background: #FAFBFB;
    box-shadow: 0px 26px 80px 0px rgba(0, 0, 0, 0.20);
    width: 638px;
    padding: 48px;
    /* display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; */
}

.form-card .logo {
    width: 120.531px;
    height: 48px;
}

.card-header,
.card-content {
    display: flex;
    justify-content: center;
}

.card-input-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.password-container {
    position: relative;
}

.password-toggle {
    /* Your styles for the icon */
    font-size: 20px;
    /* Adjust the size as needed */
    color: #000000;
    /* Icon color */
    position: absolute;
    top: 72%;
    right: 4%;
    transform: translateY(-50%);
    /* Center vertically using translate */
    cursor: pointer;

}

label {
    color: var(--text-black);
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

input {
    height: 48px !important;
    padding: 0px 12px !important;
    border-radius: 10px !important;
    border: 1px solid #D5D9D8 !important;
}

input:hover {
    border: 1px solid var(--primary-blue) !important;
    cursor: pointer;
}

input:focus,
input:active {
    border: 1px solid var(--dark-green) !important;
}

.forgot-password {
    color: #3B4140;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    /* line-height: 120%; */
    /* 14.4px */
    letter-spacing: 0.24px;
    text-decoration: none;
}

.login-btn {
    display: flex !important;
    padding: 12px 24px !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 10px !important;
    background: var(--primary-blue) !important;
    color: white !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    margin-right: 12px;
}

.book-demo-btn {
    display: flex !important;
    padding: 12px 24px !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 50px !important;
    background: #FFF !important;
    color: #3B4140 !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 700 !important;

}



/* forgot password styles */

.forgot-password-wrapper {
    height: 100vh;
    width: 100%;
    background: #FAFBFB;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding: 32px 0px;
}

.forgot-password-wrapper .logo {
    width: 180.796px;
    height: 72px;
}

.forgot-password-wrapper .form-card {
    border-radius: 32px;
    background: #FFF;
    box-shadow: 0px 26px 80px 0px rgba(0, 0, 0, 0.20);
    display: flex;
    width: 640px;
    height: auto;
    padding: 48px 24px 32px 24px;
    /* padding: 48px; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 6px solid white;
}

.forgot-password-wrapper .form-card .card-header {
    gap: 32px;
    flex-direction: column;
}

.forgot-password-wrapper .form-card .qmark {
    height: 64px;
    width: 64px;
    border-radius: 16px;
    border: 1px solid #E3E6E5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.forgot-password-wrapper .form-card .card-header .card-header-content h3 {
    color: #000;
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 36px */
    letter-spacing: -0.48px;
}

.forgot-password-wrapper .form-card .card-header .card-header-content p {
    color: #626D6B;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;

}

.forgot-password-wrapper .reset-pass-btn {
    display: flex;
    height: 56px;
    width: 273px;
    padding: 16px 75px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: var(--primary-blue);
    border: none;
    color: #FFF;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.forgot-password-wrapper .back-to-login {
    color: #3B4140;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-decoration: none;
    display: flex;
    gap: 8px;
    margin-top: 25px;
    padding: 20px;
}

.forgot-password-wrapper .back-to-login:hover {
    background: #f2f2f2;
    border-radius: 30px;
}



/* reset password styles */

.reset-password-wrapper .qrcode-container {
    display: flex;
    gap: 32px;
}

.reset-password-wrapper .qrcode-container .qrcode-box {
    width: 97px;
    height: 101px;
    border-radius: 8px;
    border: 1.5px solid var(--primary-blue);
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qrcode-box .qrcodenumber {
    color: #000;
    font-family: 'Lato', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 48px */
    letter-spacing: -0.64px;
    height: 100% !important;
    width: 100% !important;
}

.qrcodenumber input{
    border: none !important;
    text-align: center;
    border-radius: 8px !important;
    border: 1.5px solid var(--primary-blue) !important;
}

.reset-password-wrapper .click-to-resend {
    color: #000;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    display: flex;
    align-items: center;
    margin: 0;
}

.reset-password-wrapper .click-to-resend a {
    color: var(--primary-blue);
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    text-decoration: none;
    margin-left: 5px;
}

.reset-password-wrapper .back-to-login {
    margin: 0px;
}

.reset-password-wrapper .form-card {
    padding: 20px 24px 20px 24px;
}

.reset-password-wrapper {
    justify-content: space-between;
}


/* set new password styles */
.new-password-wrapper {
    padding: 0px;
    justify-content: space-evenly !important;
}

/* success screen */
.success-wrapper{
    justify-content: unset !important;
}

/* steps styles */

.steps {
    display: flex;
    gap: 8px;
}

.step1,
.step2,
.step3 {
    width: 126px;
    height: 8px;
    border-radius: 32px;
    background: var(--primary-blue);
}

.forgot-password-wrapper .steps .step2,
.forgot-password-wrapper .steps .step3 {
    background-color: #D5D9D8 !important;
}

/* responsive */
/* main login screen */
@media(max-width:660px) {
    .form-row {
        width: 100%;
    }

    .form-card {
        width: 100%;
    }
}

/* forgot password */

@media(max-width:660px) {
    .forgot-password-wrapper .form-row {
        width: 100%;
    }

    .forgot-password-wrapper .form-card {
        width: 100%;
        padding: 20px 24px 32px 20px;
    }

    .forgot-password-wrapper .steps-row {
        width: 100%;
        margin-top: 15px;
    }
}

/* reset password */
@media(max-width:660px) {
    .reset-password-wrapper .form-row {
        width: 100%;
    }

    .reset-password-wrapper .form-card {
        width: 100%;
        padding: 20px 24px 32px 20px;
    }

    .reset-password-wrapper .steps-row {
        width: 100%;
        margin-top: 15px;
    }

    .reset-password-wrapper .qrcode-container{
        width: 100%;
    }
}

/* new password */

@media(max-width:660px) {
    .new-password-wrapper .form-row {
        width: 100%;
    }

    .new-password-wrapper .form-card {
        width: 100%;
        padding: 20px 24px 32px 20px;
    }

    .new-password-wrapper .steps-row {
        width: 100%;
        margin-top: 15px;
    }
}
