body{
    font-size: 1.3em;
}

p{
    line-height: 30px;
}

label{
    font-weight: normal;
    font-size: 1em;
}

.title-login{
    padding: 8px;
    font-size: 1.3em;
}

.content h3{
    line-height: 35px;
    font-size: 1.8em;
}

#btn-login{
    font-size: 1.1em;
    font-weight: bold;
    padding: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: #0b5b97;
    text-transform: uppercase;
}
