.formerror {
    color: #cc0033 !important;
    /* margin-left: 17px; */
    margin-bottom: 10px;
}

.formerror p {
    color: #cc0033 !important;
    font-weight: 100;
    font-family: sans-serif;
}

.formsuccess {
    color: green !important;
}

.he-admin {
    width: 100%;
    min-height: 100vh;
    position: relative;
    z-index: 1;
    display: grid;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    background: url(https://saas.cbtindia.club/img/sign-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.admin-content-wrap {
    display: flex;
    flex-wrap: wrap;
}

.admin-heading-content {
    padding: 30px;
    position: relative;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.admin-heading-content::before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 0 100px 100px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/login-deliveryman.jpg);
}

.text-inner-box {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    max-height: 580px;
    height: 100%;
    padding: 40px 50px;
    border-radius: 30px;
    max-width: 500px;
    width: 100%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
}

.text-inner-box .btn.bg-white {
    font-size: 16px;
    /* font-weight: 500; */
    width: 190px;
    margin: 6px 4px;
}

.btn-d2c span {
    background: #121FCF;
    background: linear-gradient(to right, #121FCF 0%, #CF1512 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-sign-fd span {
    background: #0F08CF;
    background: linear-gradient(to right, #0F08CF 0%, #06CFBB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-sign-ship span {
    background: #CF941F;
    background: linear-gradient(to right, #CF941F 0%, #CF0404 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-sign-check span {
    background: #4B29CF;
    background: linear-gradient(to right, #4B29CF 0%, #2B72CF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.btn-sign-wms span {
    background: #74CF19;
    background: linear-gradient(to right, #74CF19 0%, #CF7D2B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.btn-sign-cs span {
    background: #0A0ACF;
    background: linear-gradient(to right, #0A0ACF 0%, #CF260C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.btn-sign-marketing span {
    background: #B929CF;
    background: linear-gradient(to right, #B929CF 0%, #305ACF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-sign-more span {
    background: #CF8019;
    background: linear-gradient(to right, #CF8019 0%, #5ACF1F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-inner-box .logo img {
    filter: brightness(0) invert(1);
    max-width: 200px;
}

.middle-content h1 {
    font-size: 1.6rem;
    /* font-weight: 100; */
    line-height: 32px;
}

.middle-content p {
    /* font-weight: 100; */
    font-size: 16px;
}

.saas-features {
    list-style: none;
    padding: 0%;
    font-size: 18px;
    /* font-weight: 100; */
    line-height: 42px;
}

.carousel-indicators {
    margin: 0%;
    margin-bottom: -30px;
}

.switcher-description p {
    font-size: 16px;
    /* font-weight: 100; */
}

.switcher-description p a {
    text-decoration: underline;
    font-weight: 600;
}

.admin-form-content {
    width: 50%;
}

.main-form {
    padding: 50px 65px 40px 65px;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.inner-form-wrap {
    max-width: 500px;
    width: 100%;
    transition-delay: 1.3s;
    background: #fff;
    padding: 40px;
    border-radius: 20px;
}

.form-body label {
    color: #506478;
    display: none;
}

.form-body .form-control-lg {
    font-size: .9rem;
    height: 42px;
    margin-bottom: .61rem;
}

@media(max-width:991px) {
    .admin-content-wrap {
        display: block;
    }

    .admin-heading-content,
    .admin-form-content {
        width: 100%;
        padding: 20px 10px
    }

    .main-form {
        justify-content: center;
    }
}

@media (max-width:480px) {
    .text-inner-box {
        height: auto;
        padding: 20px;
    }

    .text-inner-box .logo img {
        max-width: 122px;
    }

    .middle-content h1 {
        font-size: 1.3rem;
        line-height: normal;
        margin: 10px 0px;
    }
    .saas-features{
        font-size: 14px;
        line-height: 32px;
    }
    .admin-heading-content::before{
        border-radius: 0 64px 64px 0;
    }

    .main-form {
        padding: 20px 10px;
        height: auto;
    }
    .inner-form-wrap{
        padding: 20px;
    }
    .text-inner-box .btn.bg-white{
        width: 138px; font-size: 12px;
    }
    .carousel-indicators{
        margin-bottom: -22px;
    }

}