@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



body {
    color: #4B4B4B;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

.custom-row {
    max-width: 1400px;
    margin: auto;
}

.cleanser-main {
    background: #c7b299;
    min-height: 100vh;
    padding: 80px 0;
}

.sign-box {
    background-image: url(https://apps.socialcleanser.com/public/admin-theme/img/bg-form.webp);
    background-size: cover;
    padding: 8% 10%;
    margin-top: 15px;
    box-shadow: 0px 2px 10.5px rgba(0,0,0,0.33);
    position: relative;
    background-position: center left;
    min-height: 70vh;
    display: flex;
    align-items: center;
}

.forget-box {
    background-image: url(https://apps.socialcleanser.com/public/admin-theme/img/forgot-bg.webp);
    background-size: cover;
    padding: 8% 10%;
    margin-top: 15px;
    box-shadow: 0px 2px 10.5px rgba(0,0,0,0.33);
    position: relative;
    background-position: center left;
    min-height: 70vh;
    display: flex;
    align-items: center;
}

.sign-form h3 {
    font-size: 28px;
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 30px;
}


body .sign-form .help-block {
    color: red;
        line-height: 38px;
}
body .col-div {

margin-bottom: 25px;
}
body .sign-form .form-control {
    
    min-height: 60px;
    border-radius: 50px;
    text-indent: 15px;
    font-size: 16px;
    line-height: 30px;
    color: #c7b299;
    border: none;
    font-weight: 500;
}

body .sign-form .form-control::placeholder {
    color: #c7b299;
}

.normal-btn {
    background-color: #c7b299;
    color: #060504 !important;
    padding: 14px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    font-size: 18px;
    border: none;
    line-height: 1.2;
    text-align: center;
    outline: none !important;
    min-height: 60px;
}


.other-sign {
    display: flex;
    align-items: center;
    margin: 18px 0;
}

.other-sign h4 {
    font-size: 20px;
    color: #fff;
    margin-right: 20px;
}

.social_icon li {
    margin: 0 10px;
}

.sign-content p {
    color: #fff;
    font-weight: 300;
    font-size: 20px;
}

.sign-content p a {
    font-weight: 600;
    color: #fff;
}

.copyright-row p {
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.copyright-row {
    margin-top: 70px;
}

.sc-logo {
       position: absolute;
    bottom: -14%;
    left: -6%;
}
.sc-logo img {
    max-width: 384px;
}




span.f-pass {
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
    display: inline-block;
}

.c-box {
    text-align: left;
    margin-bottom: 15px;
    color: #fff;
}

.c-box label{
    font-size: 13px;
    vertical-align: text-bottom;
}




@media (max-width: 1599px) {

    .other-sign {
        margin: 10px 0;
    }

    .sign-form h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .custom-row {
        max-width: 1140px;
    }

    .cleanser-main {
        padding: 65px 0;
    }

    body .sign-form .form-control {
        /* margin-bottom: 10px; */
        min-height: 50px;
        font-size: 16px;
    }
    .other-sign h4 {
        font-size: 15px;
    }
    .sc-logo img {
        max-width: 250px;
    }
    
    .sc-logo {
        bottom: -10%;
        left: -5%;
    }

    .normal-btn {
        font-size: 16px;
        min-height: 50px;
    }

    .social_icon li a img {
        max-width: 35px;
    }

    .sign-content p {
        font-size: 15px;
    }


   

}

@media (max-width: 1199px) {

    body .col-div {
        margin-bottom: 15px;
    }

    .top-logo img {
        max-width: 300px;
    }
    .sign-form h3 {
        font-size: 20px;
    }

    .other-sign h4 {
        font-size: 13px;
    }

    .sign-content p {
        font-size: 13px;
    }

    .cleanser-main {
        padding: 40px 0;
    }

}

@media (min-width: 1025px) {

   .sign-box .row{
width:100%;
   }

}

@media (max-width: 1024px) {

   
    /* .sign-form h3 {
        font-size: 26px;
        margin-bottom: 20px;
    } */
}


@media (max-width: 991px) {
    .sign-box {
        padding: 8% 16%;
    }

    .sc-logo {
        bottom: -7%;
        left: -3%;
    }

    .sc-logo img {
        max-width: 150px;
    }
}

@media (max-width: 767px) {
    .cleanser-main {
        padding: 30px 0;
    }

    .sign-box {
        padding: 30px 15px;
    }

    body .sign-form .form-control {
        /* margin-bottom: 15px; */
        min-height: 45px;
        font-size: 14px;
    }
    .sign-content p {
        text-align: center;
    }

    .normal-btn {
        font-size: 14px;
        min-height: 45px;
    }

    .other-sign h4 {
        font-size: 14px;
        margin-right: 10px;
    }

    .social_icon li {
        margin: 0 5px;
    }

    .sign-content p {
        font-size: 12px;
    }

    .copyright-row p {
        font-size: 11px;
    }

    .top-logo img {
        max-width: 250px;
    }

    .sign-form h3 {
        font-size: 21px;
        margin-bottom: 15px;
    }

    .sc-logo {
        bottom: -4%;
        left: -3%;
    }

    .sc-logo img {
        max-width: 70px;
    }

    .other-sign {
        margin: 30px 0 15px;
        flex-direction: column;
    }

    .other-sign h4 {
        margin-right: 0;
        margin-bottom: 15px;
    }
}



