#page{
    position: relative;
    /* padding: 130px; */
}

#img-bg{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;    
}
.box-white{
    background: white;
    padding: 0 0 50px 0px;
}
.box-login{
    background-color: #0178c6;
    box-shadow: 10px 10px 30px 0px rgb(67 67 67);
    padding: 25px 10px;
    width: 100%;
    max-width: 700px;
    text-align: center; 
    font-size: 18px;       
}
.box-login input[type=text],.box-login input[type=password], .box-login input[type=mail], .box-form textarea{
    background-color: white;
    border-radius: 5px;        
    border: solid 2px #fb7500;
    width: 100%;
    max-width: 300px;
}
.box-form input[type=text], .box-form input[type=mail], .box-form textarea{
    background-color: white;
    border-radius: 5px;        
    border: solid 2px #fb7500;
    width: 100%;
    max-width: 600px;
}    
.box-form textarea{
    height: 150px;
}
.box-login label{
    color: white;
}    
.box-login button{
    color: white;
    background-color: #fb7500;
    border-radius: 5px;
}   
.box-form .btn-sub{
    background-color: #1155cc;
    padding: 15px;
    font-weight: bold;
    color: white;
    border-radius: 10px;
    border: none;
}  
.box-form .btn-sub:hover{
    background-color: #fb7500;
    transition: all .5s;
}      
.title-form h2{
    font-size: 24px;
    font-weight: normal;
}
.fluidMedia {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}    
.fluidMedia iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}    
@media (max-width:  900px){
    /* #page{
        padding: 100px 50px;
    } */
    /* footer{
        padding: 25px 50px;
    } */
}
@media (min-width: 901px){
    .cuadro-iframe {
        max-width: 100%;
        margin: 0 auto;
    }    
}