body {
    background: #efeff6;
    background: linear-gradient(to right, #efeff6, #efeff6);
}
.btn-login {
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
    padding: 0.75rem 1rem;
}
#cadastro{
    text-decoration: none;
    color: #a8a3a3;
    float: left;
}
#cadastro:hover{
    text-decoration: none;
    color: #4c4c4c;
    float: left;
}
#recuperar-senha{
    text-decoration: none;
    color: #a8a3a3;
    float: right;
}
#recuperar-senha:hover{
    text-decoration: none;
    color: #4c4c4c;
    float: right !important;
}