body
{
    background-color: #EAEAEA;
    font-family: sans-serif;
    text-align: center;
}
.volver
{
    position: fixed;
    top: 5px;
    left: 5px;
    font-size: 20px;
    cursor: pointer;
}
.centro{
    margin-top: 10%;
    margin-bottom: 6%;
}
.centro li{
    color: red;
}
.super b{
    font-size: 14px;
    display: block;
    font-weight: 300;
    color: #00998F;
}
.super{
    margin-bottom: 20px;
}
.btn{
    background-color:#ea635c;
    border-color: #ea635c;

}
.btn:hover {
    background-color:#D0605c;
    border-color: #D0605c;
}
.volver a{
    color: #00998F;
}

.icon-password {
    background:url("/images/Flujo-User/icon-password.png") no-repeat;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 115px;
    width: 100%;
    background-position: center;
}

.key-recover {
    background:url("/images/Flujo-User/key-recover.png") no-repeat;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 115px;
    width: 100%;
    background-position: center;
}