.body-style {
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    font-size: 100%;
    color: #1b262c;
    background-image: url("../resources/fondo2.jpeg");

    position: absolute;
    top: 0px; left: 0px;
    width: 100%; height:100%;
    
    margin: 0;
 
}

.main-content {
    position: absolute;
    top: 0px; left: 0px;
    width: 100%; height:100%;
}

.div-imagen-promo {
    position: absolute;
    right: 0px;
}

.imagen-promo {
    background-size: cover;
    background-position: center;
    max-height: inherit;

    position: absolute;
    top: 0px; right: 0px;
    width: auto; height:100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media screen and (max-width: 768px){
    .imagen-promo {
        width: 100%;
        height: auto;
        margin-top: 20px;
    }
}
@media screen and (max-width: 1000px){
    .imagen-promo {
        width: 100%;
        height: auto;
    }
}

.imagen-logo {
    background-size: cover;
    background-position: center;
    height: 90px;
}

#login {
    width: 100%;
    padding: 50px 30px;
    
    background-color: rgb(255, 255, 255);
    background-color: linear-gradient(180deg, rgba(0,123,236,1) 0%, rgba(0,202,255,1) 51%, rgba(0,90,162,1) 100%);
     
    
    -webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.15);
    
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    
    box-sizing: border-box;
    margin-top: 15%;
}

.login-btn {
    font-family: 'Overpass', sans-serif;
    font-size: 110%;
    color:#ffffff;
    width: 100%;
    height: 40px;
    border: none;
    
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    
    background-color: #ff6600;
    
    margin-top: 10px;
}
.login-btn:hover {
    background-color: #00557c;
    color:#c6f8ff;
}

.mostrar-btn {
    font-family: 'Overpass', sans-serif;
    font-size: 110%;
    color:#ffffff;
    width: 100%;
    height: 40px;
    border: none;
    
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    
    background-color: #00557c;
}
.mostrar-btn:hover {
    background-color: #ff6600;
    color:#c6f8ff;
}

.table-contratos {
    display: block;
    border-collapse: collapse;
}

.pie-form {
    font-size: 90%;
    text-align: center;    
    margin-top: 15px;
}

.pie-form a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    margin-bottom: 3px;
}

.pie-form a:hover {
    color: #0f4c75;
}

.inferior {
    margin-top: 10px;
    font-size: 90%;
    text-align: center;
}
