.volver{
    text-decoration: none;
}

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

i{
    font-size: 25px;
}

/* form{
    width: 300px;
    margin: 0 auto;
    margin-bottom: 20px;
} */


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

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

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

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

p{
    margin-top: 15px;
}

.info{
    margin-top: 25px;
    margin-bottom: 25px;
}