/*==================================
RESET
==================================*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {

    background: #F4F7FC;

}





@media screen and (min-width:1000px) {

    .forgot-page {
        position: relative;
        max-width:80%;
        width:80%!important;
        min-height:100vh;
        margin: auto;
        background: #fff;
        overflow: hidden;
        padding: 20px;
    }

    .bg-ai {
        position: absolute;
        top: 0;
        right: 0;
        width:100%!important;
        opacity: .50;
        height: 188px;
        pointer-events: none;


    }
}


@media screen and (min-width:765px) {


    .forgot-page {
        position: relative;
        max-width:100%!important;
        width:100%;
        min-height: 100vh;
        margin: auto;
        background: #fff;
        overflow: hidden;
        padding:20px;
    }


    .bg-ai {
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        opacity: .50;
        height: 188px;
        pointer-events: none;
    }
}









.forgot-page {

    position: relative;

    max-width: 430px;

    min-height: 100vh;

    margin: auto;

    background: #fff;

    overflow: hidden;

    padding: 20px;

}

/*==================================
BACKGROUND
==================================*/

.bg-ai {
    position: absolute;
        top: 0;
        right: 0;
        width: 430px;
        opacity: .50;
        height: 188px;
        pointer-events: none;
    }

/*==================================
HEADER
==================================*/

.header {

    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-bottom: 25px;

    position: relative;

    z-index: 2;

}

.back-btn {

    width: 38px;

    height: 38px;

    border-radius: 50%;

    display: flex;

    justify-content: center;

    align-items: center;

    color: #1E293B;

    text-decoration: none;

    font-size: 18px;

}

.logo {

    height: 42px;

}

/*==================================
TITLE
==================================*/

.title-area {

    display: flex;

    gap: 16px;

    align-items: flex-start;

    margin-bottom:5px;

    position: relative;

    z-index: 2;

}

.title-icon {

    width: 56px;

    height: 56px;

    border-radius: 50%;

    background: #EEF4FF;

    color: #2563EB;

    display: flex;

    justify-content: center;

    align-items: center;

    font-size: 24px;

    flex-shrink: 0;

}

.title-area h1 {

    font-size: 18px;

    color: #1E3A8A;

    line-height: 28px;

    font-weight: 700;

}

.title-area span {

    display: block;

    width: 40px;

    height: 3px;

    background: #2563EB;

    border-radius: 20px;

    margin: 10px 0;

}

.title-area p {

    font-size: 13px;

    color: #64748B;

    line-height: 22px;

}

/*==================================
FORM
==================================*/

form {

    position: relative;

    z-index: 2;

}

.input-group {

    margin-bottom: 18px;

}

.input-group label {

    display: block;

    margin-bottom: 8px;

    font-size: 13px;

    font-weight: 600;

    color: #1E293B;

}

.input-group label span {

    color: #EF4444;

}

.row {

    display: flex;

    gap: 12px;

}

.row .input-group {

    flex: 1;

}


/*==================================
INPUTS
==================================*/

.input-group input,
.input-group select {

    width: 100%;

    height: 48px;

    border: 1px solid #D8E1EC;

    border-radius: 8px;

    padding: 0 14px;

    font-size: 14px;

    color: #1E293B;

    background: #fff;

    outline: none;

    transition: .3s;

}

.input-group input:focus,
.input-group select:focus {

    border-color: #2563EB;

    box-shadow: 0 0 0 4px rgba(37, 99, 235, .10);

}

.input-group small {

    display: block;

    margin-top: 5px;

    color: #EF4444;

    font-size: 12px;

}

/*==================================
DOB
==================================*/

.dob-group {

    display: flex;

    gap: 10px;

}

.dob-group select {

    flex: 1;

}

/*==================================
SEARCH BUTTON
==================================*/

.search-btn {

    width: 100%;

    height: 52px;

    border: none;

    border-radius: 8px;

    background: linear-gradient(90deg, #1D4ED8, #2563EB);

    color: #fff;

    font-size: 15px;

    font-weight: 600;

    cursor: pointer;

    transition: .3s;

    margin-top: 8px;

}

.search-btn:hover {

    transform: translateY(-2px);

    box-shadow: 0 10px 25px rgba(37, 99, 235, .25);

}

/*==================================
DIVIDER
==================================*/

.divider {

    display: flex;

    align-items: center;

    gap: 12px;

    margin: 10px 0 10px;

}

.divider span {

    flex: 1;

    height: 1px;

    background: #E5E7EB;

}

.divider p {

    font-size: 13px;

    color: #94A3B8;

}

/*==================================
BACK LOGIN
==================================*/

.back-login {

    text-align: center;

    margin-bottom:10px;

}

.back-login a {

    color: #2563EB;

    text-decoration: none;

    font-size: 14px;

    font-weight: 500;

}

.back-login i {

    margin-right: 6px;

}

/*==================================
FOOTER
==================================*/

.association-section {

    text-align: center;

    padding-bottom: 15px;

}

.association-section p {

    font-size: 12px;

    color:#363636;

    margin-bottom: 10px;

}

.association-section img {

    width: 250px;

    max-width: 100%;

}

/*==================================
RESPONSIVE
==================================*/

@media(max-width:430px) {

    .forgot-page {

        padding: 16px;

    }

    .row {

        flex-direction: column;

        gap: 0;

    }

    .dob-group {

        gap: 8px;

    }

    .title-area {

        gap: 12px;

    }

    .title-icon {

        width: 50px;

        height: 50px;

        font-size: 20px;

    }

    .title-area h1 {

        font-size: 16px;

        line-height: 24px;

    }

    .search-btn {

        height: 50px;

    }

    .association-section img {

        width: 250px;

    }

}

/*==================================
ANIMATION
==================================*/

.forgot-page {

    animation: fadeIn .4s ease;

}

@keyframes fadeIn {

    from {

        opacity: 0;

        transform: translateY(15px);

    }

    to {

        opacity: 1;

        transform: translateY(0);

    }

}