.fp_section {
    margin: 32px 0;
}

.fp_section .main_wrapper {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
}

.fp_section .page_heading {
    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: 45px !important;
}

.fp_section .back_btn {
    display: inline-block;
    font-family: "League Spartan", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    color: #023B4C;
    text-transform: capitalize;
    transition: all .2s ease;
}

.fp_section .back_btn:hover {
    color: #01273A;
    text-decoration: underline;
}

.fp_section .back_btn:focus-visible {
    outline: none;
}

.fp_section .content_card {
    background: #FFF;
    /* border: 0.2px solid #185E7F; */
    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;
    padding: 48px 44px 10px 44px;
    overflow: hidden;
}

.fp_section .form_group {
    margin-bottom: 24px;
}

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

.fp_section .input_control,
.fp_section .registration_section .password-input-wrapper input {
    font-family: "League Spartan", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #01273A;
    border: 0.5px solid #01273A;
    border-radius: 8px;
    width: 100%;
    height: 48px;
    padding: 10px;
}

.fp_section .input_control:focus-visible,
.fp_section .registration_section .password-input-wrapper input:focus-visible {
    outline: none;
}

.fp_section .submit_button {
    font-family: "League Spartan", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    color: #023B4C;
    background: linear-gradient(96deg, #D7F6F6 17.13%, rgba(255, 255, 255, 0.75) 119.73%);
    border: 0.142px solid #185E7F;
    border-radius: 8px;
    padding: 13px 26px;
    transition: all .3s ease;
    text-transform: capitalize;
}

.fp_section .submit_button:hover {
    color: #FFFFFF;
    background: #01273A;
}

.fp_section .submit_button:focus-visible {
    outline: none;
}

.fp_section .info_wrapper {
    margin-top: 24px;
}

.fp_section .info_title {
    font-family: "League Spartan", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    background: linear-gradient(181deg, #01273A 0.91%, #026685 91.69%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: capitalize;
    margin-bottom: 12px !important;
}

.fp_section .info_bold {
    font-family: "League Spartan", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    background: linear-gradient(181deg, #01273A 0.91%, #023B4C 91.69%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 12px !important;
}

.fp_section .info_desc {
    font-family: "League Spartan", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #023B4C;
}

.fp_section .info_desc a {
    display: inline-block;
    color: #2BA9E5;
    text-decoration: underline;
    transition: all .2s ease;
}

.fp_section .info_desc a:hover {
    color: #01273A;
}

.fp_section .info_desc a:focus-visible {
    outline: none;
}

.fp_section .footer_links,
.fp_section #login-area-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;    
}

.fp_section #login-area-menu {
    margin-top: 212px !important;
    padding: 0;
}

.fp_section .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;
}

.fp_section .footer_links a:hover {
    color: #01273A;
    text-decoration: underline;
}

.fp_section .footer_links a:focus-visible {
    outline: none;
}

.fp_section .content_card .screen_section .password_area .registration_section {
    margin: 0;
}

.fp_section .registration_section .password-input-wrapper input {
    padding: 10px 40px 10px 10px;
}

.fp_section .confirm_password_field {
    margin-bottom: 40px;
}

.fp_section #forgot_password_recovery .submit_button,
.fp_section #forgot_password_success .submit_button {
    display: block;
    margin: 0 auto;
}

.fp_section .success_icon_box {
    margin-bottom: 33px;
}

.fp_section .success_icon_box img {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.fp_section .success_text {
    font-family: "League Spartan", sans-serif;
    font-weight: 500;
    font-size: 18px;
    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;
    margin-bottom: 35px !important;
    text-align: center;
}

@media (max-width: 1199px) {

    .fp_section {
        margin: 30px 0;
    }

    .fp_section .page_heading {
        font-size: 30px !important;
        margin-bottom: 35px !important;
    }

    .fp_section .content_card {
        background-size: 300px;
        padding: 35px 35px 10px 35px;
    }

    .fp_section .form_group {
        margin-bottom: 22px;
    }

    .fp_section .input_control,
    .fp_section .registration_section .password-input-wrapper input {
        height: 45px;
    }

    .fp_section .info_wrapper {
        margin-top: 22px;
    }

    .fp_section .info_title {
        margin-bottom: 10px !important;
    }

    .fp_section .info_bold {
        margin-bottom: 10px !important;
    }

    .fp_section .footer_links,
    .fp_section #login-area-menu {
        gap: 15px;        
    }

    .fp_section #login-area-menu {
        margin-top: 190px !important;
        padding: 0;        
    }

    .fp_section .registration_section .password-input-wrapper input {
        padding: 10px 35px 10px 10px;
    }

    .fp_section .confirm_password_field {
        margin-bottom: 35px;
    }

    .fp_section .success_icon_box {
        margin-bottom: 30px;
    }

    .fp_section .success_icon_box img {
        width: 75px;
        height: 75px;
    }

    .fp_section .success_text {
        margin-bottom: 30px !important;
    }

}

@media (max-width: 991px) {

    .fp_section .page_heading {
        font-size: 28px !important;
        margin-bottom: 25px !important;
    }

    .fp_section .content_card {
        background-size: 270px;
        padding: 25px 25px 10px 25px;
    }

    .fp_section .form_group {
        margin-bottom: 20px;
    }

    .fp_section .input_control,
    .fp_section .registration_section .password-input-wrapper input {
        height: 40px;
    }

    .fp_section .info_wrapper {
        margin-top: 20px;
    }

    .fp_section #login-area-menu {
        margin-top: 170px !important;
    }

    .fp_section .confirm_password_field {
        margin-bottom: 30px;
    }

    .fp_section .success_icon_box {
        margin-bottom: 25px;
    }

    .fp_section .success_icon_box img {
        width: 70px;
        height: 70px;
    }

    .fp_section .success_text {
        margin-bottom: 25px !important;
    }

}

@media (max-width: 767px) {

    .fp_section .page_heading {
        font-size: 26px !important;
        margin-bottom: 20px !important;
    }

    .fp_section .content_card {
        background-size: 240px;
        padding: 20px 15px 10px 15px;
    }

    .fp_section #login-area-menu {
        margin-top: 150px !important;
    }

    .fp_section .confirm_password_field {
        margin-bottom: 25px;
    }

    .fp_section .success_icon_box {
        margin-bottom: 20px;
    }

    .fp_section .success_icon_box img {
        width: 65px;
        height: 65px;
    }

    .fp_section .success_text {
        margin-bottom: 20px !important;
    }

}