body{
    color: var(--darkgrey);
    /* display: flex;
    overflow-x: hidden; */
}
form{
    display: flex;
    overflow-x: hidden;
}
a{
    color: var(--maingreen1);
}
.form-section .form-mt {
    margin-top: 7rem
}
.form-section{
    width: 50%;
    margin: auto;
}
 .banner-wrapper{
    position: fixed;
    height: 100vh;
    width: 40%;
    background: var(--maingreen1);
    color: #fff;
}
.banner-wrapper .top-nav{
    display: none !important;
} 
 .banner-wrapper .content{
    width: 80%;
    margin:10rem auto 0;
    text-align: center;
}

.banner-wrapper .brand-logo{
    width: fit-content;
    margin: .5rem 0 0 .5rem;
    padding: .7rem 1rem;
    border-radius: 2rem;
}
.banner-wrapper .brand-logo img{
    width: 8rem;
}

.banner-wrapper .content a{
    border: 2px solid #fff;
    color: #fff;
    padding: .4rem 2.5rem;
    font-size: 1.1rem;
    border-radius: 1.2rem;
}
.form-section{
    /* margin-left: 40rem; */
    margin-left: 45%;
}
.form-section .form-wrapper{
    width: 80%;
    margin:0 auto 0;
    border-radius: .5rem;
    padding: 1rem;
}
.form-section .form-wrapper h4{
    margin-bottom: 2rem;
}
.form-section .form .welcome span{
    display: block;
    font-size: 1rem;
}
.form-section .form .input{
    border: 2px solid rgb(184, 240, 216);
    height: 3.1rem;
    outline: none;
}
.form-section .form .radio-input{
    width: 1.3rem;
    height: 1.3rem;
}
.form-section .form label{
    font-weight: 600;
}
.form-section .form .form-flex{
    width: 49%;
}
.login-btn{
    width: 100%;
    padding: 1rem;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}
.reset-btn {
    width: 100%;
    padding: 1rem;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

@media screen and (max-width: 1200px){.form-section{width: 90%;}}
@media screen and (max-width: 991px){
    .banner-wrapper{
        width: 40%;
    }
    .form-section{
        width: 80%;
    }
    .form-section .form-wrapper{
        width: 80%;
    }
    .form-section .form .d-flex{
        width: 100%;
        flex-direction: column;
        margin-bottom: 1rem;
    }
    .form-container,
    .form-container .login-form{
        box-shadow: 0 0 0;
    }
      
    .form-section .form .form-flex{
        width: 100%;
    }
    .form-section .form .form-flex.gender{
        flex-direction: row;
        margin-top: .8rem;
    }
    .form-section .form .street-address{
        margin-top: 0 !important;
    }
    .form-section .form .sm-margin{
        margin-bottom: 1rem;
    }
}
@media screen and (max-width: 768px){
    body{
        background: #fff;
        padding: 0 ;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    .brand-logo .sm-img {
        display: block !important;
    }
    .brand-logo .lg-img {
        display: none !important;
    }
    form {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    .form-section{
        width: 100%;
        margin-left: 0;
        
    }
    .form-section .form-mt {
            margin-top: 2rem !important;
    }
    .banner-wrapper{
        height: 10rem;
        width: 100%;
        position: static;
        background: #fff;
        /* border-radius: 0 0 450px 450px;
        transform: translateY(-50%); */
    }
    .banner-wrapper .top-nav{
        display: flex !important;
    } 
    .banner-wrapper .brand-logo{
        width: fit-content;
        margin: 1rem auto 0;
    }
    .banner-wrapper .brand-logo img{
        width: 8rem;
        margin: auto;
    }
    .banner-wrapper .content{
        display: none;
    }
    .banner-wrapper .content p{
        margin-bottom: 0;
    }
    .banner-wrapper .content a{
        display: none;
    }
}
@media screen and (max-width: 500px){
    .gender1{
        margin-right: 1rem;
    }
}