div#accesos{
    text-align: center;
    padding: 3%;
    border-bottom: 1px dashed gray;
    border-top: 1px dashed gray;
    margin: 3%;
}

#accesos input{
    width: 39%;
    border-radius: 5px;
    height: 31px;
    border: 1px solid #ccc;
    margin-bottom: 1%;
}

#accesos button{
    height: 40px;
    color: #fff;
    background-color: #0082b5;
    border-radius: 5px;
    border: 1px solid #0082b5;
    width: 13%;
}