@import url("../main.css");
.form-login{
    width: 600px;
}

@media(max-width:565px){
    .form-login{
        width: 95%;
    }
}