body {
    background-color: white !important;
}

.logo-login {
    margin-top: 10%;
    margin-bottom: 10%;
}

.card {
    border: none;
}

.form-group label {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    /* identical to box height, or 100% */
    text-align: center !important;
    color: #000000;
    opacity: 0.4;
}

.btn-link {
    text-decoration: none;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    /* identical to box height, or 100% */
    text-align: center;
    color: #000000;
    opacity: 0.4;
}