body {
    background: url('../../globals/img/aprenonlinedb.png') no-repeat;
    background-size: cover;
    font-family: verdana;
}

#boto {
    margin-top:40px;
    margin-left: 60%;
    padding:30px;
    font-weight: bold;
    font-size: 23px;
    color:#0000cf;
    background-color: white;
    border-radius: 15px;
    border-color: #0000cf;
    outline:none;    
}

#boto :hover {
    color: white;    
    background-color:#0000cf;
}

#boto :focus {
    color: white;    
    background-color:#0000cf;
    outline:none;
}

#dni {
    font-size: 23px;
    color:#4e5ba4;    
    padding-right: 20px;
}

h3 {
    color:#0000f4;
    font-weight: bold;
    margin-top:20px;
    font-size: 30px;
}

input {
    font-size: 30px;
    color:#4e5ba4;
    border-radius: 15px;
    padding-left:20px;
    outline:none;
}
input :focus {
    outline:none;
}

#pw {
    margin-top:30px;
    font-size: 30px;
    color:#4e5ba4;    
    padding-right: 20px;
}

#username {
    width:240px;
}
