* {
    padding: 0;
    margin: 0;
    box-sizing: border-box; 
    justify-content: center;
}

body {
    background-color: #fcfcfc;
    padding-top: 5em;
}

#forgetpass1 {
    width: 100%;
    min-height: 100vh;
}

.container {
    margin: 0 7rem;
    height: 100%;
    
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

/* nav {
    position: fixed;
    top: 0;
    height: 5em;
    width: 80%;
    z-index: 9999;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
    margin: auto;
    background-color: #ffff;
}

nav ul {
    display: flex;
    align-items: center;
}

nav ul a {
    color: #3498db;
    font-family: "Inter-SemiBold", Helvetica;
    padding: 20px;
}

nav .change:hover {
    color: #11477b;
} 

nav .signup {
    border: 1px solid;
    border-radius: 10px;
    padding: 10px;
    background-color: #3498db;
    color: #ffff;
} */

.signup:hover {
    background-color: #ffff;
    color: #3498db;
    transition: all 0.75s;
    outline-style: groove;
}

/* nav .logo {
    width: 250px;
    cursor: pointer;
}   */

.inter-semibold {
    font-family: "Inter", Helvetica;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
} 

#forgetpass1 .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 80%;
    background-color: #FCFCFC;
    margin-bottom: 20px;
    margin-top: 10px;
}

#forgetpass1 .content img {
    width: 600px;
}

#forgetpass1 .content .content-text h1 {
    font-family: "Inter", Helvetica;
    font-weight: 700;
    color: #11477b;
    font-size: 44px;
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: 40px;
    margin-top: 15px;
}

#forgetpass1 .content .content-text p {
    font-family: "Inter", Helvetica;
    font-weight: 300;
    color: #3498db;
    font-size: 40px;
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: 45px;
}

.btn {
    display: block;
    width: 350px;
    font-family: "Inter", Helvetica;
    font-weight: 700;
    background-color: #11477b;
    color: #ffff;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    white-space: nowrap;
    padding: 10px 150px;
    border: 1px solid;
    border-radius: 15px;
    transition: all 0.5s;
    overflow: hidden;
    margin-bottom: 3rem;
    margin-left: 4rem;
    text-align: center;
    align-items: center;
}

.btn:hover {
    background-color: #3498db;
    color: #ffff;
    border: 1px solid;
}

.part1 .btn1 {
    /* position: absolute;
    top: 852px;
    left: 121px; */
    font-family: "Inter", Helvetica;
    font-weight: 700;
    color: #11477b;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0;
    line-height: 20px;
    width: 161px;
    /* margin-bottom: 15px; */
    margin-right: auto;
}

.part1 .btn1:hover {
    text-decoration: underline;
    color: #3498db;
}

#forgetpass1 .content {
    display: flex;
    justify-content:center;
    align-items: center;
    height: 100%;
}

#forgetpass1 .content form {
    background: #ebf5fb;
    padding: 15px;
    margin-bottom: 2rem;
    border-radius: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /* width: 100%; */
    max-width: 476px;
    justify-content:center;
    overflow: hidden;
}

/* form:hover {
    border: 1px solid;
    border-color: #c6e1f3;
    cursor: pointer;
} */

#forgetpass1 .content form label {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin: 0.5rem 0;
    font-family: "Inter", Helvetica;
}

#forgetpass1 .content .part1 form input[type="email"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #cbd5e1;
    border-radius: 15px;
    margin-bottom: 1rem;
    font-family: "Inter", Helvetica;
}

.content .anim {
    opacity: 0;
    transform: translateY(30px);
    animation: moveup 0.5s linear forwards;
}

@keyframes moveup {
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}


/* navbar responsive */
/* Hamburger menu styles */

.menu-toggle {
    display: none;
}

.menu-icon {
    display: none;
    cursor: pointer;
    flex-direction: column;
}

.menu-icon .bar {
    background-color: #3498db;
    height: 3px;
    width: 25px;
    margin: 3px 0;
}

/* Default desktop navbar */

/* .nav-list {
    display: flex;
} */

/* Mobile navbar styles */





@media screen and (max-width: 768px) {
    /* nav {
        flex-wrap: wrap;
    } */

    .menu-icon {
        display: flex;
    }

    /* .nav-list {
        display: none;
        flex-direction: column;
        align-items: flex-end;
        width: 100%;
        background-color: transparent;
    } */

    /* .nav-list li {
        text-align: center;
        padding: 15px 0;
    } */

    /* Show menu when checkbox is checked */
    /* #menu-toggle:checked + .menu-icon + .nav-list {
        display: flex;
    } */
}



/* content responsive */


/* Mobile devices (max-width: 600px) */
@media screen and (max-width: 600px) {
    .container {
        margin: 0 1rem;
    }

    #forgetpass1 .content {
        flex-direction: column;
        text-align: center;
        margin-top: 30px;
    }


    #forgetpass1 .content .part1 {
        margin-bottom: 50px;
    }
    #forgetpass1 .content img {
        width: 200px;
    }

    #forgetpass1 .content .content-text h1 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    #forgetpass1 .content .content-text p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .btn {
        font-size: 14px;
        padding: 10px 30px;
        width: auto;
        margin: 10px auto;
    }

    form {
        width: 100%;
        padding: 10px;
    }

    form label {
        font-size: 12px;
    }

    form input[type="email"] {
        padding: 8px;
    }
}

/* Tablet devices (max-width: 768px) */
@media screen and (max-width: 768px) {
    .container {
        margin: 0 2rem;
    }

    #forgetpass1 .content {
        flex-direction: column;
        text-align: center;
        margin-top: 40px;
    }

    #forgetpass1 .content img {
        width: 300px;
    }

    #forgetpass1 .content .content-text h1 {
        font-size: 32px;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    #forgetpass1 .content .content-text p {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .btn {
        font-size: 16px;
        padding: 12px 50px;
        margin-left: 0;
    }

    form {
        width: 90%;
        padding: 15px;
        max-width: 400px;
        margin-left: 1rem;
    }

    form label {
        font-size: 14px;
    }

    form input[type="email"] {
        padding: 10px;
    }
}

