.email_verify_section {
    margin: 40px 0;
}

.email_verify_section .dashboard-body {
    background-color: #f0f4f8;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.email_verify_section .dashboard-container {
    display: flex;
    justify-content: center;
}

.email_verify_section .dashboard-title {
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    font-size: 32px !important;
    line-height: 120%;
    background: linear-gradient(181deg, #01273A 0.91%, #023B4C 91.69%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin-bottom: 34px !important;
}

.email_verify_section .dashboard-back-link {
    display: inline-block;
    font-family: "League Spartan", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    color: #023B4C;
    margin-bottom: 14px;
    text-transform: capitalize;
}

.email_verify_section .dashboard-card {
    background-color: #FFFFFF;
    border-radius: 14px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
    background-image: url('../../images/corporate-dashboard/login-bg-shape.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 335px;
    overflow: hidden;
    width: 450px;
    padding: 40px 44px 18px 44px;
}

.email_verify_section .dashboard-content-box {
    text-align: center;
}

.email_verify_section .dashboard-instruction {
    font-family: "League Spartan", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    background: linear-gradient(181deg, #01273A 0.91%, #023B4C 91.69%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: 70%;
    margin: 0 auto !important;
}

.email_verify_section .dashboard-otp-wrapper {
    display: flex;
    justify-content: center;
    gap: 7px;
    margin: 24px 0;
}

.email_verify_section .dashboard-otp-input {
    font-family: "League Spartan", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    color: #026685;
    border: 0.208px solid #01273A;
    border-radius: 4.167px;
    width: 40px;
    height: 40px;
    padding: 0;
    text-align: center;
}

.email_verify_section .dashboard-otp-input:focus-visible {
    outline: none;
}

.email_verify_section .dashboard-resend-text {
    font-family: "League Spartan", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #023B4C;
    display: flex;
    align-items: center;
    justify-content: center;
}

.email_verify_section .dashboard-link {
    font-family: "League Spartan", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #2BA9E5;
    margin: 0 8px;
    padding: 0;
    transition: all .2s ease;
}

.email_verify_section .dashboard-link:hover {
    color: #01273A;
    text-decoration: underline;
}

.email_verify_section .dashboard-link:focus-visible {
    outline: none;
}

.email_verify_section .dashboard-timer {
    color: #73797F;
}

.email_verify_section .dashboard-divider {
    background: transparent;
    border-top: 0.5px solid #BFC7CB;
    height: auto;
    margin: 24px 0;
    opacity: 1;
}

.email_verify_section .dashboard-edit-text {
    font-family: "League Spartan", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #023B4C;
    margin-bottom: 40px !important;
}

.email_verify_section .dashboard-edit-text a {
    display: inline-block;
    font-family: "League Spartan", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #2BA9E5;
    transition: all .2s ease;
}

.email_verify_section .dashboard-edit-text a:hover {
    color: #01273A;
    text-decoration: underline;
}

.email_verify_section .dashboard-edit-text a:focus-visible {
    outline: none;
}

.email_verify_section .dashboard-submit-btn {
    font-family: "League Spartan", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    color: #023B4C;
    background: #EDF7FF;
    border: 0.15px solid #185E7F;
    border-radius: 12px;
    padding: 16px 21px;
    text-transform: capitalize;
    transition: all .3s ease;
}

.email_verify_section .dashboard-submit-btn:hover {
    color: #FFFFFF;
    background: #01273A;
}

.email_verify_section .dashboard-submit-btn:active,
.email_verify_section .dashboard-submit-btn:focus {
    border: 0.15px solid #185E7F;
}

.email_verify_section .dashboard-submit-btn:focus-visible {
    outline: none;
}

.email_verify_section .dashboard-footer-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 170px;
}

.email_verify_section .dashboard-footer-links a {
    display: inline-block;
    font-family: "League Spartan", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #023B4C;
    transition: all .2s ease;
}

.email_verify_section .dashboard-footer-links a:hover {
    color: #01273A;
    text-decoration: underline;
}

.email_verify_section .dashboard-footer-links a:focus-visible {
    outline: none;
}

@media (max-width: 1199px) {

    .email_verify_section {
        margin: 30px 0;
    }

    .email_verify_section .dashboard-title {
        font-size: 30px !important;
        margin-bottom: 30px !important;
    }

    .email_verify_section .dashboard-back-link {
        margin-bottom: 10px;
    }

    .email_verify_section .dashboard-card {
        background-size: 300px;
        padding: 30px 35px 15px 35px;
    }

    .email_verify_section .dashboard-instruction {
        max-width: 65%;
    }

    .email_verify_section .dashboard-otp-wrapper {
        margin: 20px 0;
    }

    .email_verify_section .dashboard-link {
        margin: 0 5px;
    }

    .email_verify_section .dashboard-divider {
        margin: 22px 0;
    }

    .email_verify_section .dashboard-edit-text {
        margin-bottom: 30px !important;
    }

    .email_verify_section .dashboard-submit-btn {
        padding: 15px 18px;
    }

    .email_verify_section .dashboard-footer-links {
        gap: 15px;
        margin-top: 150px;
    }
}

@media (max-width: 991px) {

    .email_verify_section .dashboard-title {
        font-size: 28px !important;
        margin-bottom: 20px !important;
    }

    .email_verify_section .dashboard-card {
        background-size: 270px;
        padding: 20px 25px 15px 25px;
    }

    .email_verify_section .dashboard-instruction {
        max-width: 60%;
    }

    .email_verify_section .dashboard-otp-wrapper {
        margin: 15px 0;
    }

    .email_verify_section .dashboard-divider {
        margin: 20px 0;
    }

    .email_verify_section .dashboard-edit-text {
        margin-bottom: 25px !important;
    }

    .email_verify_section .dashboard-submit-btn {
        padding: 14px 15px;
    }

    .email_verify_section .dashboard-footer-links {
        margin-top: 130px;
    }

}

@media (max-width: 767px) {

    .email_verify_section .dashboard_wrapper {
        width: 100%;
    }

    .email_verify_section .dashboard-title {
        font-size: 26px !important;
        margin-bottom: 15px !important;
    }

    .email_verify_section .dashboard-card {
        width: 100%;
        background-size: 240px;
        padding: 15px 15px 15px 15px;
    }

    .email_verify_section .dashboard-instruction {
        max-width: 100%;
    }

    .email_verify_section .dashboard-otp-wrapper {
        gap: 5px;
    }

    .email_verify_section .dashboard-otp-input {
        width: 35px;
        height: 35px;
    }

    .email_verify_section .dashboard-resend-text,
    .email_verify_section .dashboard-link {
        font-size: 13px;
    }

    .email_verify_section .dashboard-divider {
        margin: 18px 0;
    }

    .email_verify_section .dashboard-edit-text {
        margin-bottom: 20px !important;
    }

    .email_verify_section .dashboard-footer-links {
        margin-top: 110px;
    }

}