/*
 Theme Name:     TFW
 Author:         ITDesk
 Author URI:     https://www.itdesk.eu
 Template:       generatepress
 Version:        1.0.0
*/


body {
    font-family: 'Montserrat', sans-serif;
    background: url(img/bg-registration-form.jpg);
}


#login {
    width:100%;
    max-width:850px;
    margin: 40px auto;
    background: url(img/registration-form.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding:20px;
    border-radius:12px;
}

#login_error {
    max-width: 50%;
    border: 0;
    background-color: transparent;
    box-shadow: none;
}

form {
    max-width:50%;
    border:0!important;
    background-color: transparent!important;
    box-shadow: none!important;
    
    padding: 20px;
}

#wp-submit.button.button-primary {
    background-color: #D20028!important;
    border-radius: 8px!important;
    font-size: 16px !important;
    text-align: center;
    color:#ffffff;
    border:0!important;
    display: block;
    padding:12px 20px!important;
    width:100%;
    margin-top:20px!important;
    cursor: pointer;
    min-height:auto;
    line-height:1;
}

@media (max-width:767px) {
    #login_error {
        max-width: 100%;
        width:90%;
        margin:auto;
    }
    
    form {
        max-width:100%;
        width:90%;
        margin:auto;
    }
}