/* 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;
} */

.mainbackground1 {
    background-image: url(../../frontend/img/owner-bg.jpg) !important;
    height: 100% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative !important;
}

.mainbackground1::after {
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: black; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.9;
}

.mainbackground1 .back {
    background-image: url(../../frontend/img/owner-bg.jpg) !important;
}

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

.auth_app {
    width: 0 !important;
}

.div-center {
    z-index: 1 !important;

    vertical-align: middle;
    margin: auto;
    top: 40%;
    bottom: 50%;

}

html {
    background-color: transparent !important;
}

.top-main-logo1 {
    transform: translate(0%, 60%);
    margin: auto;
    background-color: rgba(255, 255, 255, 0.95);
    width: 50%;
    height: 110px;
    border-radius: 30px;
    text-align: center;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 45%);
    padding: 20px 0;
    padding-bottom: 0 !important;
    margin-bottom: 15px;
}

.top-main-logo1 img {
    vertical-align: middle;
    transform: translate(0px, 75%);
    width: 70%;
}

.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-bg1 {
    background-color: black;
    width: 90%;
    padding: 55px 48px 30px 48px;
    text-align: center;
    color: black;
    border-radius: 55px;
    margin: 0 auto;
    display: block;
}

.input-email {
    width: 100%;
    padding: 15px;
    padding-left: 28px;
    border-radius: 120px;
    border: 1px solid lightgray;
    box-shadow: 0px 0px 1px rgb(0 0 0 / 10%);
    height: 56px;
    background: white !important;
}

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

.sing-button {
    width: 305px !important;
    height: 40px;
    border-radius: 150px;
    background-color: black;
    border: none;
    color: white;
    font: 15px Arial, sans-serif;
    text-transform: uppercase;
    margin: 0 auto;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.5);
    margin-bottom: 25px !important;
}

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

.md-check {
    color: #B8B8B8;
}

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

.dashboard-sign {
    color: #631520 !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-welcome1 {}

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

.forget {
    font-size: 16px;
}

.forget a {
    color: black;
    font-weight: bold;
    font-size: 16px;
}

.user-icon i {
    color: #8b8b8b;
    position: absolute;
    z-index: 9;
    top: 33px;
    left: 12px;
}

.user-icon input::placeholder {}

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

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

    .mainbackground1::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;
    }
}