.auth-card {
    max-width: 600px;
    margin: 0 auto;
}

.auth-card-header {}

#agentAuthForm {}

#agentAuthForm .form-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #606976;
    font-weight: 500;
    cursor: pointer;
}

#agentAuthForm .form-control {
    background-color: #f8f9f9 !important;
    color: #1c293b !important;
    border-color: #e8eaeb;
    border-radius: 4px;
}

.form-check {
    color: #8a909b;
    font-weight: 500;
}

.c-base-link {
    color: #0093ee;
    font-weight: 500;
}

.form-links {
    margin-top: 36px;
    border-top: 1px solid #e8eaeb;
    padding-top: 24px;
    text-align: center;
    font-size: 13px;
}

.form-link {
    color: #333e4f;
    font-size: 13px;
}

.auth-btn {
    min-width: 160px;
    border-radius: 4px;
    min-height: 46px;
    padding-inline: 20px;
}

.u-semibold {
    font-weight: 600;
}

.u-underline {
    text-decoration: underline;
}

.u-light {
    color: #75869c;
    transition: all 0.3s linear;
}

.u-light:hover {
    color: #2e343a;
}
