/* body{
    margin: 0 !important;
    height: 100% !important;
    background-image: url(../img/super-admin-bg.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: relative;
} */

.back {
    background-color: #ffffff !important;
    background-image: none !important;
    height: 100vh !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Overriding the black overlay */
.back::after {
    display: none !important;
}

/* .back{
    background-color: transparent !important;
} */

/* .auth_app{
    width: 0 !important;
} */

/* .auth_app < .notfoundpage {
    width: 100% !important;
} */

/* .notfoundpage{
    width: 100% !important;
} */

.div-center {
    z-index: 1 !important;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
}

html {
    background-color: transparent !important;
}

.top-main-logo {
    background-color: #00AAB3;
    width: 100%;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 0 10px 0;
    margin-bottom: 0;
}

.bg-transparnt {
    background-color: transparent !important;
    box-shadow: none !important;
    padding-bottom: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
    padding-top: 200px !important;
}

.form-bg {
    background-color: #00AAB3;
    width: 100%;
    padding: 20px 48px 40px 48px;
    text-align: center;
    color: white;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    margin: 0 auto;
    display: block;
    box-shadow: 0px 10px 30px rgba(0, 170, 179, 0.2);
}

.input-email {
    width: 100%;
    padding: 15px;
    padding-left: 45px;
    border-radius: 12px;
    border: 2px solid transparent;
    box-shadow: none;
    height: 56px;
    background: rgba(255, 255, 255, 0.1) !important;
    transition: all 0.3s ease;
    font-weight: 800;
}

.chack-box-left {
    margin-left: 18px;
    margin-bottom: 13px !important;
}

.sing-button {
    width: 100% !important;
    height: 58px;
    border-radius: 12px;
    background-color: white !important;
    border: none;
    color: #00AAB3 !important;
    font: 600 18px 'Outfit', sans-serif;
    text-transform: none !important;
    margin: 20px auto 15px auto;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.sing-button:hover {
    transform: translateY(-2px);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
}

.md-check>i:before {
    border: 2px solid #ffffff !important;
    background: #ffffff !important;
}

.md-check {
    color: #ffffff !important;
    opacity: 1 !important;
}

.white-logo {
    filter: brightness(51.5) !important;
    width: 280px !important;
}

.dashboard-sign {
    color: #ffffff !important;
    opacity: 1 !important;
    font-size: 1.5rem;
    margin: 0;
    padding: 0;
    margin-bottom: 0 !important;
    font-weight: 600;
    padding: 5px 0px 25px 0px !important;
    line-height: 1.2;
    margin-top: 0 !important;
}

.md-form-group {
    padding: 12px 0 16px 0 !important;
}

.dashboard-sign-welcome p {
    margin: 0;
    padding: 0;
    color: #fff;
    padding: 20px 0px 2px 0px;
    font-size: 1rem;
}


.forget {
    font-size: 16px;
}

.forget a {
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    text-decoration: underline;
}

.user-icon i {
    color: #ffffff;
    position: absolute;
    z-index: 9;
    top: 33px;
    left: 17px;
    opacity: 0.8;
}

/* .user-icon input::placeholder {} */

@media (max-width: 1024px) {
    .mainbackground::after {
        height: 84% !important;
    }
}

@media (max-width: 768px) {
    .div-center {
        padding: 0 !important;
    }

    .mainbackground::after {
        height: 100% !important;
    }
}

@media (max-width: 425px) {
    .sing-button {
        width: 98px !important;
    }

    .input-email {
        height: 42px;
    }

    .form-bg {
        padding: 100px 15px 30px 15px;
    }

    .user-icon i {
        top: 26px;
    }


}

@media (max-width: 375px) {

    .p-a-md {
        padding: 0 !important;
    }
}

@media (max-width: 320px) {

    .dashboard-sign {
        font-size: 17px;
    }
}