
.SignBox {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: space-around;
}

@media only screen and (min-width: 1440px) and (max-width: 2300px) {
    .SignBox {
        box-shadow: 0 2px 4px rgb(0 0 0 / 8%), 0 4px 12px rgb(0 0 0 / 8%);
        padding: 15px 15px
    }
}

a {
    color: #01619e;
    text-decoration: none;
}

    a:hover {
        color: #f65403;
        text-decoration: none;
    }

#lblmsg {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    margin: 0px !important;
    min-height: 21px;
    color: #01619e;
    font-weight: 500;
}

.loading {
    line-height: 16px;
}

.w-load {
    display: flex;
    justify-content: space-between;
}





.auth-wrapper {
    display: flex;
    flex-basis: 100%;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    width: 100%;
}

    .auth-wrapper .auth-inner {
        width: 100%;
    }

    .auth-wrapper.auth-basic {
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

        .auth-wrapper.auth-basic .auth-inner {
            position: relative;
        }

            .auth-wrapper.auth-basic .auth-inner:before {
                width: 244px;
                height: 243px;
                content: ' ';
                position: absolute;
                top: -54px;
                left: -46px;
            }

.signin-bg {
    background: url("../img/signin-bg.jpg") no-repeat;
    background-size: cover;
    height: 100%;
    min-height: 100vh;
    background-position: center bottom;
}

@media (max-width: 575.98px) {
    .auth-wrapper.auth-basic .auth-inner:before {
        display: none;
    }
}

.auth-wrapper.auth-basic .auth-inner:after {
    width: 272px;
    height: 272px;
    content: ' ';
    position: absolute;
    bottom: -55px;
    right: -75px;
    z-index: -1;
}

@media (max-width: 575.98px) {
    .auth-wrapper.auth-basic .auth-inner:after {
        display: none;
    }
}

.auth-wrapper.auth-cover {
    align-items: flex-start;
}

    .auth-wrapper.auth-cover .auth-inner {
        height: 100vh;
        overflow-y: auto;
        height: calc(var(--vh, 1vh) * 100);
    }

    .auth-wrapper.auth-cover .brand-logo {
        /*  position: absolute;
  top: 2rem;
  left: 2rem;
  margin: 0;
  z-index: 1;
  justify-content: unset; */
    }

.auth-wrapper.auth-basic .auth-inner {
    max-width: 400px;
}

.auth-wrapper .brand-logo {
    display: flex;
    justify-content: center;
    margin: 0rem 0 2rem 0;
}

    .auth-wrapper .brand-logo .brand-text {
        font-weight: 600;
    }

.auth-wrapper .auth-footer-btn .btn {
    padding: 0.6rem !important;
}

    .auth-wrapper .auth-footer-btn .btn:not(:last-child) {
        margin-right: 1rem;
    }

    .auth-wrapper .auth-footer-btn .btn:focus {
        box-shadow: none;
    }

.auth-wrapper .auth-input {
    max-width: 50px;
    padding-right: 0.571rem;
    padding-left: 0.571rem;
}

.auth-wrapper .custom-options-checkable .plan-price .pricing-value {
    font-size: 3rem;
}

.auth-wrapper .custom-options-checkable .plan-price sup {
    top: -1.5rem;
    left: 0.2rem;
}

.auth-wrapper .custom-options-checkable .plan-price sub {
    bottom: 0;
    right: 0.14rem;
}

@media (min-width: 1200px) {
    .auth-wrapper.auth-cover .auth-card {
        width: 400px;
    }
}

@media (max-width: 575.98px) {
    .auth-wrapper.auth-cover .brand-logo {
        left: 1.5rem;
        padding-left: 0;
    }
}

.auth-wrapper .auth-bg {
    background-color: #fff;
}

.dark-layout .auth-wrapper .auth-bg {
    background-color: #283046;
}

@media (max-height: 825px) and (max-width: 991.98px) {
    .dark-layout .auth-wrapper .auth-inner {
        background-color: #283046;
    }

    .auth-wrapper .auth-bg {
        padding-top: 3rem;
        margin: auto 0;
    }

    .auth-wrapper .auth-inner {
        background-color: #fff;
    }

    .auth-wrapper.auth-cover .auth-inner {
        padding-bottom: 1rem;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .auth-wrapper.auth-cover .brand-logo {
        position: relative;
        left: 0;
        padding-left: 1.5rem;
    }
}

