body {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    padding-top: 40px;
}

.form-signin {
    max-width: 330px;
    padding-top: 15px;
    margin: 0 auto;
}

.form-signin > h1 > a > img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.form-signin > .form-group > div {
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 5px;
}

.form-signin > .form-group > .info_politica {
    overflow: hidden;
    width: 100%;
    text-align: left;
}

.form-group .info_politica .chk {
    display: inline-block;
    vertical-align: middle;
}

.form-group .info_politica .texto {
    vertical-align: middle;
}

#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: left;
    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;
}

/* ------------------- CSS del modal con la privacidad ------------------- */
#login_modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: none;
    overflow: hidden;
    outline: 0;
    justify-content: center;
    align-items: center;
}

#login_modal .modal-dialog {
    position: relative;
    width: 600px;
}

#login_modal .modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    outline: 0;
}

#login_modal .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#login_modal .modal-header h4 {
    margin: 0;
    line-height: 1.42857143;
    font-size: 18px;
    font-family: inherit;
    font-weight: 500;
    flex-grow: 1;
}

#login_modal .modal-body {
    padding: 15px;
    position: relative;
}

#login_modal .modal-body div.fila {
    width: 100%;
}

#login_modal .modal-body div.fila p {
    margin: 0 0 10px;
}

#login_modal .modal-body div.fila p a {
    color: #337ab7;
    text-decoration: none;
}

.btn-modal {
    padding: 10px;
}
/* -------------------------------------------------------- */

/* ------------------- CSS del loading ------------------- */
#loading {
    background: #fff;
    z-index: 20;
    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%);
}
/* -------------------------------------------------------- */