/*
===============================================================================
 Login Form
===============================================================================
*/
/*@media screen and (max-width:991px){
    .tamaño{
        max-height: 100%;
    }
    .marco{
        display: flex;
        justify-content: center;
        height: 300px;
        align-items: center;
        padding: 0;
        border-bottom: 2px solid black;
        border-top: 2px solid black;
    }
}
@media screen and (min-width:992px){
    .tamaño{
        height: 100%;
    }
    .marco{
        display: flex;
        justify-content: center;
        height: 300px;
        align-items: center;
        padding: 0;
        border-bottom: 2px solid black;
    }
}*/
form {
    padding: 19px 29px 29px;
    margin: 20px auto 20px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255, 0.75);
}
.form-signin {
    max-width: 400px;
}

.form-signin .form-signin-heading, .form-signin .checkbox {
    margin-bottom: 10px;

}

.form-signin input[type="text"], .form-signin input[type="password"] {
    font-size: 16px;
    height: auto;
    width: 100%;
    margin-bottom: 15px;
    padding: 7px 9px;
    
}

.translucent {
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255, 0.75);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 1px 1px 10px 0 #262626;
    box-shadow: 1px 1px 10px 0 #262626;
}

.background{
    background: url('/static/images/jmb_fondo_hn.png') center;
    position: fixed;
    min-width: 100%;
    height: 100%;
}

.footer-login {
    background-color: #f9f9f9;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    bottom: 0px;
    color: #58666e;
    text-align: left !important;
    padding: 20px 30px;
    position: absolute;
    right: 0;
    left: 0px;
}
