html{
    background-color: #F2F2F2;
}

body{
    width: 100%;
    text-align: center;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

#identificacion{
    width: 50%;
    margin: 0 25% 5% 25%;
    padding: 20px 10px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.3);
    opacity: 0.90;
    box-sizing: border-box;
    border-bottom: 10px solid #179bd7;
}

#imagenidentificacion{
    width: 50%;
    margin: 1% 25% 1% 25%;
    text-align: center;
}

#imagenidentificacion img{
    width: 50%;
}

#identificacion h6{
    margin: 10px 0 20px 0;
    display: inline-block;
    padding: 0;
    width: 100%;
    text-align: center;
    color: #576876;
    font-size: 20px;
    font-family: "Roboto";
    font-weight: 100;
}

#identificacion .imgflup{
    width: 20%;
    margin: 0 40% 10px 40%;
}

#identificacion .imgllave{
    width: 10%;
    margin: 0 45%;
}

.containerinput{
    display: inline-block;
    width: 70%;
    margin: 0 15% 10px 15%;
    padding: 5px 1%;
    text-align: left;
    color: #576876;
    font-size: 14px;
}

.containerinput label{
    color: #576876;
    font-weight: 100;
    
    font-family: "Roboto";
}

.containerinput input{
    width: 97%;
    border: none;
    height: 30px;
    font-size: 20px;
    color: #576876;
    border: solid #D8915D 1px;
    font-family: "Roboto";
    font-weight: 100;
}

.celdaautenticacion{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.celdaautenticacion input{
    background-color: #78D3AD;
    border: none;
    -webkit-box-shadow: 2px 2px 10px -4px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 10px -4px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 10px -4px rgba(0,0,0,0.3);  
    color: white;
    padding: 10px 20px;
    font-size: 20px;
}

.volverlogin{
    background-color: #78D3AD;
    border: none;
    -webkit-box-shadow: 2px 2px 10px -4px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 10px -4px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 10px -4px rgba(0,0,0,0.3);  
    color: white;
    padding: 10px 20px;
    font-size: 20px;
    text-decoration: none;
    display: inline-block;
}

.btnacceso{
    border: none;
    -webkit-box-shadow: 2px 2px 10px -4px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 10px -4px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 10px -4px rgba(0,0,0,0.3);  
    color: white;
    padding: 10px 20px;
    font-size: 20px;
    display: inline-block;
    text-decoration: none;
    margin: 0 20px;
    display: inline-block;
    margin-bottom: 10px;
}

.fondoverde{
    background-color: #78D3AD;
}

.fondorojo{
    background-color: #F2676D;
}

.fondonaranja{
    background-color: #D8915D;
}

.errores{
    color: #576876;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

#decoracion{
    height: 2px;
    width: 100%;
}

@media screen and (max-height: 1024px) {
    
}

@media screen and (max-width: 800px){
    #identificacion{
        width: 60%;
        margin: 0 20% 2% 20%;
    }
}

@media screen and (max-width: 600px){
    #identificacion{
        width: 80%;
        margin: 0 10% 1% 10%;
    }
}

@media screen and (max-width: 480px){
    #identificacion{
        width: 90%;
        margin: 0 5% 1% 5%;
    }
}

@media screen and (max-height: 600px) {
    
} 

@media screen and (max-height: 450px) {
    
}