
body, html{
    padding: 0;
    margin: 0;
    text-align: center;
    margin: auto;
}

.form{
    margin: auto;
}

.formForgot{
    display: none;
}


#form-container {
    width: 480px;

}


/* .loader{
    width: 40px;
    height: 40px;
    background-image: url('../Assets/loading.gif');
    background-size: cover;
    margin: auto;
} */

label{
    display: block;
    text-align: left;
}




.error-container {
    font-weight: 700;
    color: crimson;
    margin: 0;
    text-align: left;
}

.error-login {
    font-weight: 700;
    color: crimson;
    margin: 0;
    text-align: left;
}

.success-container {
    padding-top: 27px;
    font-weight: 700;
    color: #40A819;
    margin: 0;
    text-align: left;
}

.forgotPass{
    color: #69a5ee;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    cursor: pointer;
    
}

input{
    box-sizing: border-box;
    padding-left: 15px;
    width:  100%;
    height: 40px;
    border: 1px solid #acacac;
}


.container{
    margin: auto;
    width: 380px;
}



.submit{
    background-color: #f11313;
    border-radius: 19px;
    transition: all 0.2s linear;
    display: block;
    cursor: pointer;
    font-family: "Montserrat";
    font-size: 11px;
    font-weight: 700;
    line-height: 37px;
    text-transform: uppercase;
    color: white;
    outline: none;
    border: none;
}

.loading{
    width: 45px;
    height: 40px;
    background-image: url('../Assets/loading.gif');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
   
}

.Forgotsubmit{
    cursor: pointer;
    font-family: "Montserrat";
    font-size: 11px;
    font-weight: 700;
    line-height: 37px;
    text-transform: uppercase;
    background-color: #f11313;
    border-radius: 19px;
    color: white;
    margin: 25px 0;
    outline: none;
    border: none;
}

input[type="submit"]{
    padding: 0;
}

input[type="checkbox"],
input[type="radio"]{
    width: auto;
    height: auto;
    display: inline-block;
}

input[type="checkbox"]+div,
input[type="radio"]+div{
    display: inline-block;
}

.checks{
    text-align: left;
}

.error{
    margin: -15px 0 20px;
}


body[dir="rtl"] label,
body[dir="rtl"] .error-login,
body[dir="rtl"] .error-container,
body[dir="rtl"] .checks,
body[dir="rtl"] .forgotPass,
body[dir="rtl"] #info{
        text-align: right;
}

@media only screen and (max-width: 767px) {

    #form-container {
        width: auto;

}

    .container{
        box-sizing: border-box;
        width:  100%;
        text-align: center;
        padding: 0 20px;
    }

    
    .submit{
        margin: auto;
        text-align: center;
    }

    .Forgotsubmit{
        margin:  25px auto;
        text-align: center;
    }


}
