@media only screen and (max-width: 600px) {
    .login-form-section{
        width:100%;
    }
    .maindiv{
        width:100%;
    }

}



body{
    background-color:#AA3B76 !important;
}

.dont-have-an-account{
    text-align: center !important;
}

.sign-in{
    margin-left:0 !important;
}
