body {
    height: 100%;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin > h1 > a > img {
    margin: 0 auto;
}

.form-signin > .form-group > div {
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 5px;
}

.form-group .info_politica {
    overflow: hidden;
    width: 100%;
}

.form-group .info_politica .chk {
    float: left;
    width: 7%;
    margin-left: 12px;
}

.form-group .info_politica .texto {
    text-align: left;
    float: left;
    width: 87%;
    margin-top: 2px;
    margin-bottom: 10px;
}

.form-group .info_politica .btn_show_politica_privacidad {
    cursor: pointer;
    color: #286090;
}

.form-group .info_politica .error {
    color: #E8141E;
    margin-top: 15px;
    display: none;
    font-weight: normal;
    text-align: center;
    width: 100%;
}

.btn-login{
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: #fff;
    padding: 0px 10px 0px 10px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #000000;
    cursor: pointer;
    border: 1px solid #8c8c8c;
    border-radius: 0px;
    width: auto;
    transition: all 0.2s;
}

.btn-login:hover{
    background-color: #ff0000 !important;
    color: #fff !important;
    border: 1px solid #ff0000 !important;
}

.btn-form-login {    
    margin: 0 auto;
    height: 26px;
}

.btn-modal {
    margin: 0 10px 0 10px;
    height: 35px;
    float:right;
}

.warning-modal-title{
    margin: 5px 0 0 10px;
    color: #333333;
    line-height: 20px;
    font-size: 14px;
    font-weight: 700;
}

.warning_img {
    height: 30px;
    width: 30px;
}

/* ------------------- CSS del loading ------------------- */
#loading {
    background: #fff;
    z-index: 9000;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#img-load {
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* -------------------------------------------------------- */