.main-content-full {
    padding-left: 15px;
}

.auth-main-content {
    justify-content: center;
    min-height: 100vh;
}

.auth-card {
    width: 100%;
    max-width: 460px;
}

.auth-logo-card {
    background-color: #1b232d;
    padding: 28px 0;
}

.auth-logo-img {
    height: 42px;
    width: auto;
}

.auth-divider {
    position: relative;
    text-align: center;
    z-index: 1;
}

.auth-divider span {
    position: relative;
    z-index: 1;
}

.auth-divider::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-bottom: 2px solid;
    border-color: inherit;
    z-index: -1;
}
