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

}

/*
#auth #auth-right {
    height: 100%;
    background-image: url("../other/yohrm-bg.png");
background-position: center;
background-size: cover ;
} */

#auth #auth-left {
    background-image: url("../other/auth-left-bg.png");
background-position: top;
background-size: cover ;

}

#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: 3rem
}

#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: 480px;
}

.logo-width {
    width: 280px;
}

.auth-input {
    display: flex;
    padding: 24px 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: #1D5CFF;
    border-radius: 8px;
}

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

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

.text-color{
    color: #252B33;
}

.form-group[class*=has-icon-].has-icon-right .form-control-icon {
    right: 0;
    top: 10px;
}


.max-width-30{
    max-width: 30rem;
    width: 100%;
}

.p-12-24{
    padding: 12px 24px;
}