@font-face {
    font-family: AileronRegular;
    src: url('fonts/Aileron-Regular.otf');
}

@font-face {
    font-family: Aller_bold;
    src: url('fonts/aller_bold.ttf');
}
@font-face {
    font-family: AileronItalic;
    src: url('fonts/Aileron-Italic.otf');
}
* {
    padding: 0;
    margin: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    background: white;
    font-family: Aller_bold;
}
button, input, a{
    outline: none;
}
a{
    text-decoration: none;
}
body{
    background: url('../imagenes/bg_login.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.cont1{
    width: 25%;

    position: absolute;

    left: 50%;

    top: 50%;

    transform: translateX(-50%) translateY(-50%);

    height: 700px;

    background: #fff;
}
.cont1_1{
    width: 90%;
    float: left;
    position: relative;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 5%;
    margin-bottom: 5%;
    box-sizing: border-box;
    height: 641px;
    -webkit-box-shadow: 0 0 5px 5px rgba(0,0,0,0.2);
    box-shadow: 0 0 5px 5px rgba(0,0,0,0.2);
}
.cont1_1_1{
    width: 100%;
    float: left;
    position: relative;
    height: 325px;
    background: white;

}
.cont1_1_1_logo{
    width: 100%;
    position: absolute;
    text-align: center;
    top: 20%;
}
.cont1_1_2{
    width: 100%;
    float: left;
    position: relative;
    height: 325px;
    background: #282936;
}
.cont1_1_3 {
    width: 80%;
    background: #fff;
    position: absolute;
    z-index: 99;
    top: 70%;
    transform: translateY(-60%);
    margin-left: 10%;
    margin-right: 10%;
}
.cont1_1_3_1{
    width: 100%;
    float: left;
    position: relative;
    height: 325px;
    -webkit-box-shadow: 0 0 5px 5px rgba(0,0,0,0.2);
    box-shadow: 0 0 5px 5px rgba(0,0,0,0.2);

}
.formaLogin{
    width: 90%;
    float: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 5%;
    margin-right: 5%;

}
.cont1_1_3_1_1{
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}
.cont1_1_3_1_1 input{
    width: 90%;
    height: 39px;
    background: transparent;
    border: 0;
    border-bottom: 2px solid #000;
    margin-left: 5%;
    margin-right: 5%;

}
.cont1_1_3_1_2{
    width: 100%;
    float: left;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.cont1_1_3_1_2 button{
    width: 80%;
    border: 0;
    height: 50px;
    color: #FFF;
    background: #13a89e;
    -webkit-box-shadow: 0 1px 1px 1px rgba(0,0,0,0.3);
    box-shadow: 0 1px 1px 1px rgba(0,0,0,0.3);
    text-shadow: 0 2px 3px #000000;
    
}
.cont1_1_3_1_1 label{
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    font-weight: bold;
    font-size: 1.3em;
    float: left;
    font-family
}
.cont1_1_2_1{
    width: 100%;
    position: absolute;
    bottom: 10%;
    text-align: center;
}
.logoLogin{
    width: 135px;
}
.erroresValidacion{
    width: 100%;
    float: left;
    color: red;
    position: relative;
    top: -65px;
    font-size: 13px;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

@media only screen and (max-width: 1500px) {
    .cont1{
        width: 35%;
    }
}

@media only screen and (max-width: 1200px) {
    .cont1{
        width: 45%;
    }
}

@media only screen and (max-width: 1000px) {
    .cont1{
        width: 50%;
    }
}