#auth {
    height: 100vh;
    overflow-x: hidden;
}
#auth #auth-right {
    height: 100%;
    background-image: url("../other/clearbg.jpg");
    background-position: center;
    background-size: cover;
    position: relative;
}
#auth-right h4 {
    position: absolute;
    bottom: 450px;
    text-align: center;
    left: 0;
    right:0 ;
    color: #fff;
}
.max-width-30 {
    width: 100%;
    max-width: 25rem;
}
#auth #auth-left {
    padding: 5rem 0rem;
}
.gsi-material-button .gsi-material-button-contents {
    flex-grow: 0;
    -webkit-flex-grow: 0;
}
#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 {
    /* width: 339px; */
    height: 122px;
}
.gsi-material-button {
    background-color: #fff;
    padding: 0.75rem 1.5rem !important;
}
.gsi-material-button:hover {
    background-color: #fff;
}
@media screen and (max-width: 998px) {
    #auth #auth-left {
        padding: 1rem
    }
}
@media screen and (min-width: 998px) {
    .right-auth {
        display: none;
    }
}
.auth-width {
    width: 480px;
}
.logo-width {
    width: 280px;
}
.auth-input {
    display: flex;
    padding: 0.75rem 1.5rem;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 0.55rem;
    align-self: stretch;
    border-radius: 0.5rem;
    border: 1px solid #E0E0EB;
    background: #FAFAFA;
}
/*
.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: 0.75rem 1.5rem;
    justify-content: center;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    background: #2C2E33;
    border-radius: 0.5rem;
    border: 1px solid #E0E0EB;
}
.auth-btn:hover {
    transition: 0.5s ease;
    background: #1e2023;
}
.auth-google {
    display: flex;
    padding: 0.55rem 1.5rem;
    justify-content: center;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    border-radius: 0.5rem;
    border: 1px solid #E0E0EB;
    background: #FAFAFA;
}
.auth-google:hover {
    /* box-shadow: 0px 2px 0px 2px #0D2E7E; */
    transition: 0.5s ease;
    background: #fff;
    border: 1px solid #E0E0EB;
}
.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;
}

.fs-7{
    font-size: 0.9rem !important;
}