html {
    background-color: #276092;
}

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

#identificacion {
    width: 30%;
    margin: 12% 35% 0% 35%;
    padding: 20px 10px;
    background-color: white;
    -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.3);
    background-size: 100% 6px;
    background-repeat: no-repeat;
    background-position: bottom;
}

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

#imagenidentificacion img{
    width: 17%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 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 .imgexams {
    width: 60%;
    margin: 0 20% 10px 20%;
}

#identificacion .imgllave {
    width: 16%;
    margin: 0px 30%;
}

.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 #CF0A2C 1px;
    font-family: "Roboto";
    font-weight: 100;
}

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

.celdaautenticacion input{
    background-color: #CF0A2C;
    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;
}

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

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


