.auth-bg {
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: end;
    padding: 20px;
    height: 100%;
    border-radius: 24px;
}

.auth-box .left-content {
    padding-top: 20px;
    padding-bottom: 20px;
    height: 100%;
}

.auth-box .content-wrap h2 {
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    font-size: 45px;
    line-height: 120%;
}

.auth-box .right-content {
    max-width: 400px;
    margin: auto;
    width: 100%;
    padding: 20px 0;
}

.main-login img {
    width: 220px;
    height: 46px;
    object-fit: contain;
}

.main-login .custom-logo-link {
    text-align: center;
    display: block;
}

.main-login .sign-with-google .nsl-container.nsl-container-block,
.main-login .sign-with-google .nsl-container-buttons {
    width: 100%;
}

.auth-box .fs-content {
    text-align: center;
    display: grid;
    gap: 10px;
    margin: 20px 0;
}

.auth-box .fs-content h1 {
    font-weight: 800;
    font-size: 24px;
    line-height: 150%;
    color: #000;
}

.auth-box .fs-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #939399;
}

.auth-box div.nsl-container .nsl-button-google[data-skin="light"] {
    border: 1px solid #CDCDCD;
    box-shadow: none;
    padding: 12px 16px;
    line-height: 100%;
    height: 46px;
    justify-content: center;
    border-radius: 8px;
}

.auth-box div.nsl-container .nsl-button-default div.nsl-button-label-container {
    margin: 0;
    padding: 0;
    flex: unset;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.auth-box label.remeber {
    color: #A1A1A1;
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 0;
}

.auth-box div#response-message p,
.auth-box div.response-message p {
    margin-bottom: 10px;
}

.otp-container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}