body {
    font-family: Raleway, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #636b6f;
    background-color: #f5f8fa;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error.checkbox-inline label,
.has-error.checkbox label,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.radio-inline label,
.has-error.radio label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

#login .container .logo-login {
    margin-bottom: 10px;
    text-align: center;
    margin-top: 20px;
}

#login .container .logo-ateneu {
    width: 100%;
    max-width: 345px;
}

#login .container .card-body .info {
    font-size: 13px;
    margin-bottom: 15px;
    font-weight: bold;
}

#login .container .card-body .no-recived {
    font-size: 13px;
    margin-top: 26px;
    font-weight: bold;
}

#login .container .card-body .form-horizontal .btn {
    font-size: 15px;
}

@media only screen and (min-width:768px) {
    #login .container .card-body .info {
        padding-left: 20px;
        font-size: 14px;
    }
    #login .container .card-body .no-recived {
        padding-left: 20px;
        font-size: 14px;
    }
}