body {
    background-color: #fff
}

#auth {
    height: 100vh;
    overflow-x: hidden
}

#auth #auth-right {
    height: 100%;
    background: url(../../images/bg/4853433.jpg), linear-gradient(90deg, #2d499d, #3f5491)
}

#auth #auth-left {
    padding: 5rem 8rem
}

#auth #auth-left .auth-title {
    color: #252B33;
    text-align: center;
    font-feature-settings: 'clig'off, 'liga'off;
    font-family: Wix Madefor Display;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#auth #auth-left .auth-subtitle {
    color: #728290;
    text-align: center;
    font-feature-settings: 'clig'off, 'liga'off;
    font-family: Wix Madefor Display;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
}

#auth #auth-left .auth-logo {
    margin-bottom: 7rem
}

#auth #auth-left .auth-logo img {
    /* height: 3rem; */
    width: 360px;
    height: 88px;
}

@media screen and (max-width: 767px) {
    #auth #auth-left {
        padding: 5rem
    }
}


.auth-width {
    width: 530px;
}

.logo-width {
    width: 70px;
}

.auth-input {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 0.55rem;
    align-self: stretch;
}

.auth-input:hover {
    border-radius: 5px;
    border: 1px solid #8696B1;
    background: #FFF;
    box-shadow: 0px 0px 0px 4px rgba(10, 140, 249, 0.30);
    transition: 0.5s ease;
}

.auth-btn {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    background: #252B33;
    border-radius: 8px;
}

.auth-btn:hover {
    box-shadow: 0px 2px 0px 2px #0A8CF9;
    transition: 0.5s ease;
    background: #252B33;

}

.seprator-v {
    width: 1px;
    height: 24px;
    background: #252B33;
}