body:before {
    display: none;
}

.auth-container {
    min-height: 100vh;
}
.auth-container .container {
    max-width: 1440px;
}
.auth-container .card {
    background-color: transparent;
    box-shadow: none;
    border: none;
}
.auth-container .card .card-body {
    padding-top: 0;
    padding-bottom: 0;
}

.seperator {
    position: relative;
}
.seperator .seperator-text {
    position: absolute;
    top: -10px;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
}
.seperator .seperator-text span {
    background-color: #fafafa;
    padding: 0 12px;
    display: inline-block;
}

.auth-cover-bg-image {
    position: absolute;
    width: 42%;
    top: 0;
    bottom: 0;
    left: 0;
}

.auth-cover img {
    width: 250px;
    height: 250px;
}

.auth-overlay {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: inherit;
    background-image: linear-gradient(-225deg, #231557 0%, #44107A 29%, rgba(255, 19, 97, 0.75) 100%);
    width: 42%;
}

.opt-input {
    padding: 12px 14px;
    text-align: center;
}

.btn-social-login img {
    width: 25px;
    height: 25px;
}

@media (max-width: 1599px) and (min-width: 1400px) {
    .ms-lg-auto {
        margin-left: 110px !important;
        padding: 0;
    }
    .auth-cover-bg-image {
        width: 50%;
    }
    .auth-overlay {
        width: 50%;
    }
}
@media (max-width: 575px) {
    .auth-container {
        height: auto;
    }

    .auth-container .card .card-body {
        padding-top: 24px;
        padding-bottom: 24px;
    }
}

.iti {
    width: 100%;
}