.auth-page {
    display: flex;
    height: 500px;
    justify-content: center;
    align-items: center;
}

.auth-form {
    width: 500px;
}

.btn-auth {
    color: #FFF;
    background: linear-gradient(#3AA0D4 10%, #0B6A9D 90%);
}

.auth-text {
    color: #0B6A9D;
}