.login-wrap {
    max-width: 520px;
    margin: 0 auto;
}

.login-card {
    padding: 30px;
    border-radius: 22px;
}

.login-bottom-text {
    margin-top: 18px;
    text-align: center;
    color: #b8b8c9;
}

.login-bottom-text a {
    color: #ffc107;
    font-weight: 600;
}