.volver{
    text-decoration: none;
}

.volver:hover{
    color: #154da0;
}

i{
    font-size: 25px;
}

input{
    width: 100%;
    padding: 10px;
    margin-top: 1px;
    display: block;
    border-radius: 10px;
    border: 1px solid #BFBFC1;
}

.password_submit
{
    background-color: #0D67ED;
    color: #ffffff;
    margin-top: 40px;
}

.password_submit:hover
{
    background-color: #154da0;
}

p{
    margin-top: 15px;
}