/* @import url('../assets/style.css'); */

#login-box{
    /* background-color: rgb(246, 246, 246); */
    background-image: linear-gradient(to right, rgba(0,0,0,0.4)50%,rgba(0,0,0,0.4)50%),url('../assets/images/1.jpg');
    background-size: cover;
    background-position: center;
    height: calc(100vh - 5px);
}
.signin-form{
    max-width: 550px;
    min-width: 350px;

}
form .form-group{
    margin-top: 12px;
}
.form-5{
    background-color: rgba(255, 255, 255, 0.4) !important;
    box-shadow: 4px 4px 5px  rgba(255, 255, 255, 0.4) ;
}
/* textarea{
    resize: none !important;
} */


@media only screen and (min-width: 350px) and (max-width: 1024px) {
    a#signout {
        right: -10px !important;
        position: relative;
        left: -70px;
    }
    .card{
        margin-top: 10px;
    }
}