html,body{
    height: 100%;
    padding: 0;
    margin: 0;
}
.login-img-logo{
    /*background: url(../img/logo.jpg);*/
    background: url(../img/_formatos_institucional_inmujeres_logo_gmx_institucional_transparente.png);
    width: 150px;
    height: 40px;
    background-size: 150px;
}
body{
    /*background: #ffffff;*/
    background: url(../img/fondo_7.png) no-repeat;
    background-size: 100%;
    background-attachment: fixed;/*para que sea estático*/
    background-position: top right;/*arriba a la derecha*/
    /*background-repeat: no-repeat;/*que no se repita el fondo*/
    background-repeat: repeat-y;
}
.content-main{
    /*background: url(../img/background.jpeg) no-repeat;*/
    background: #DDDDDD;
    background-size: 100%;
    color: #ffffff;
    width: 100%;
    height: 100%;
    padding-top: 30px;
    margin: auto;
    margin-top: 30px;
    position: relative;
    left: 0;
    right: 0;
    top: 40px;
    bottom: 0;
    position: absolute;    
}
.login-logo img{
    height: 50px;
}

.login-background-black-trnsparent{
    width: 95%;
    display: block;
    margin: auto;
    background: rgba(0, 0, 0, 0.79);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 260px;
}
.login-content{
    width: 55%;
    float: left;
    height: 100%;
    padding: 35px 10px 20px 30px;
}
.login-about{
    display: block;
    margin-top: 50px;
    color: #ddd;
}

.login-form{
    display: block;
    width: 35%;
    height: 350px;
    float: left;
    background: #fff;
    padding: 40px;
    margin-top: -43px;
    border-radius: 5px;
    border: #ddd solid 3px;
}
.login-about h5{
    font-size: 16px;
    margin-bottom: 20px;
}
.form-login{
    color: #000;
}
.checkbox{
    min-width: 0;
    display: block;
    float: right;
}
.control-label{
    height: 33px;
    padding-top: 10px;
    color: #000;
}
.form-control{
    border: none;
    border-bottom: #999999 solid 1px;
    border-radius: 0;
    outline: none;
    box-shadow: none;
}

.form-control:hover{
    border: none;
    border-bottom: #999999 solid 1px;
    outline: none;
    box-shadow: none;
}
.form-control:focus{
    border: none;
    border-bottom: #999999 solid 1px;
    outline: none;
    box-shadow: none;
}


.btn.btn-default{
    background: #000;
    color: #fff;
    border-radius: 0;
    border: none;
}
.error{
    right: 110px;
}
.login-background{
    display: block;
    width: 90%;
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.main-footer {
    display: block !important; 
    margin-top : 0;
}

@media(max-width:700px){
    .login-content {
        display: none;
    }
    .login-form {
        width: 100%;
    }
    
    img{
        width: 100%;
    }
}

.login-about{
    font-size: 12px;
}

.content-info-menu{
    background: #fff;
    width: 100%;
    height: 100%;
    padding: 120px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;    
    color: #000;
}

.carousel, .carousel-inner > .item > img {
  width: 1140px;
  height: 500px;
}
