.form{
    width: 300px;
}

.input{
    border: 1px solid lightgrey;
    margin-top: 5px;
}
.auth_field{
    margin-bottom: 20px;
}

.formAuthFooter{

}
.formAuthFooter .field-name{
    font-size: 16px;
    color: white;    
}
.formAuthFooter .logout{
background:transparent;
    color:white;
}
.formAuthFooter .logout:hover{
    cursor: pointer;
}
@media (max-width: 430px){
    .form{
        width: 100%;
    }
}