@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
#fb-root,
.whatapp-new-icon,
.regiter-form,
.forget-tx,
footer,
nav.navbar,
.top-bar{
  display: none;
}

.resrecovery-bx .alert{
    margin-bottom: 0 !important;
}

.dfjcaca{
    display: flex;
    justify-content: center;
    align-items: center;
} 

.dfjcaca p.text-success,
.dfjcaca p.text-danger{
    font-size: 13px !important;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}

/* .all-forms .login-form-new:nth-child(1){
    display: block;
} */


.bg-login-form{
    /* background-image: url("/assetshome/img/bgvsrf.jpg"); */
    /* background-image: url("/assetshome/img/cat-icon/bg (1).jpg"); */
    background-image: url("/assetshome/img/cat-icon/Untitled-1.jpg");
    /* background-image: url("/assetshome/img/cat-icon/a.jpg"); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.bg-login-form .over-lay-bg{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
}

/* .log-left{
    padding-right: 100px;
} */

.log-left .loin-form{
    /* width: 130px; */
    filter: invert();
    height: 90px;
}

.log-left h1{
    font-family: Rouge Script;
    font-size: 40px;
    margin-top: 20px;
    letter-spacing: 1px;
    color: white;
}

.log-left p{
    margin-bottom: 15px;
    font-size: 18px;
    color: black;
    color: white;
}

.log-right{
    background-color: white;
    border-radius: 5px;
    /* padding: 20px 20px; */
    overflow: hidden;
    padding-bottom: 15px;
}

.signupin-btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 0 21px; */
    margin-bottom:0px;
}

.main-btn-sign.remove{
    display: none;
}

.signupin-btn a.sign-up,
.signupin-btn a.sign-in{
    background-color: white;
    color: #5f7d95;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 1px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    font-weight: 600;
    flex: 0 0 50%;
    width: 50%;
    line-height: 50px;
    height: 50px;
    padding: 0;
    text-align: center;
    box-shadow: inset 0 0 30px #bac8d3;
}

.signupin-btn a:hover{
    box-shadow: inset 0 0 30px #bac8d3;
}

.signupin-btn a.active{
    box-shadow: none;
    background-color: white;
    color: #525252;
}

.custom-form {
    padding: 20px 30px 0px;
    border-radius: 3px;
    /* background-color: #fdfdfd; */
    /* box-shadow: 0px 7px 10px #f7f7f7;
    -webkit-box-shadow: 0px 0px 10px #f6f6f6; */
    border-radius: 5px;
}

.custom-form__group textarea,
.custom-form__group input {
    font-weight: 400;
    display: block;
    background-color: transparent;
    /* color: #5f7d95; */
    color: #525252;
    border: 0;
    background-color: rgb(255 255 255);
    /* border: 1px solid rgb(233 233 233); */
    border: 1px solid #d1dae1;
    padding: 0px 15px 0px 15px;
    height: 40px;
    font-size: 14px;
    width: 100%;
    border-radius: 2px;
    transition: all 0.4s ease-in-out;
    margin: 0;
}

.custom-form__group input{
    padding: 0 15px 0 50px;
}


.custom-form__group textarea{
    padding:6px 15px 6px 15px;
    height: auto;
}

.custom-form__group textarea,
.custom-form__group input:focus {
    outline: none;
}

.custom-form__group {
    position: relative;
    margin: 10px 0 5px;
}

.custom-form__group input[type="password"]{
    padding:0px 50px 0px 50px;
}

.custom-form__group .group__label {
    position: absolute;
    font-size: 11px;
    left: 60px;
    color: #333333;
    font-weight: 500;
    border-radius: 3px;
    top: -8px;
    opacity: 0;
    transform: scale(1.2) translateY(15px);
    transition: all 0.2s;
    z-index: -1;
    background: #ffffff;
    padding: 0px 5px;
}

.custom-form__group input::placeholder,
.custom-form__group textarea::placeholder{
    color: rgb(139, 139, 139);
}

.custom-form__group textarea:focus + .group__label,
.custom-form__group textarea:hover + .group__label,
.custom-form__group input:focus + .group__label,
.custom-form__group input:hover + .group__label{
    color: #525252;
}

.custom-form__group textarea:focus,
.custom-form__group textarea:hover,
.custom-form__group input:focus,
.custom-form__group input:hover{
    background-color: rgb(255 255 255);
    /* border-color: #d2ae6d; */
}

.custom-form__group textarea:not(:placeholder-shown) + .group__label,
.custom-form__group textarea:focus + .group__label,
.custom-form__group input:not(:placeholder-shown) + .group__label,
.custom-form__group input:focus + .group__label,
.custom-form__group select:focus + .group__label{
    transform: scale(1) translateY(0);
    opacity: 1;
    z-index: 1;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    box-shadow: 0 0 0 30px rgb(255 255 255) inset !important;
    -webkit-box-shadow: 0 0 0 30px rgb(255 255 255) inset !important;
}


.custom-form button{
    border: 1px solid rgb(233 233 233);
    color: #525252;
    background-color: rgb(233 233 233);
    padding: 10px;
    width: 100%;
    margin: 5px auto 0;
    outline: none;
    font-size: 14px;
    display: block;
    transition: all 0.4s ease-in-out;
    border-radius: 2px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    text-transform: capitalize;
    margin: 0 16px;
    margin-top: 5px;
}
.custom-form button:hover{
    border-color: #d2ae6d;
    background-color: #d2ae6d;
    color:white;
}

.custom-form__group .view-pass {
    position: absolute;
    top: 0px;
    left: inherit;
    right: 14px !important;
    color: gray;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
    width: 39px;
    height: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* .custom-form__group .view-pass:hover {
    color: #d83947;
} */
.custom-form__group .invalid-feedback{
    margin-top: 5px;
    margin-bottom: -8px;
}

.log-hed{
    font-family: Rouge Script;
    font-size: 30px;
    margin-bottom: 5px;
    letter-spacing: 1px;
    color: #282828;
    text-align: center;
    margin-top: 20px;
}

.log-text{
    font-size: 12px;
    margin-top: 5px;
    color: #525252;
    text-align: center;
}

.forg-bx{
    display: flex;
    justify-content: center;
    align-items: center;
}

.forg-bx.signupin-btn.extar-btn .sign-in,
.forget-tx{
    text-align: right !important;
    font-size: 12px !important;
    color: #878787 !important;
    margin: 2px 0 !important;
    transition: all 0.3s ease-in-out !important;
    cursor: pointer !important;
    font-weight: 500 !important;
    border: none !important;
    background-color: white;
    color: #525252;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 1px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    font-weight: 600;
}

.forg-bx.signupin-btn.extar-btn .sign-in{
    height: auto;
    line-height: normal;
    box-shadow: none;
    margin-top: 8px !important;
    width: 100%;
    display: inline-flex;
    text-align: center !important;
    white-space: nowrap;
}

.forg-bx.signupin-btn.extar-btn .sign-in:hover,
.forget-tx:hover{
    color: #d2ae6d !important;
    box-shadow: none !important;
}

.spe-div{
    position: relative;
}

.spe-div hr{
    position: relative;
}

.spe-div span{
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: white;
    transform: translate(-50%, -50%);
    padding: 0 16px;
    color: #878787;
    white-space: nowrap;
}

.pblc{
    width: 38px;
    height:38px;
    border-right: 1px solid #bac8d3;
    display: flex;
    color: #5f7d95;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 1px;
    background-color: #f8fafb;
    left: 16px;
    font-size: 14px;
}

.social-login-bx{
    margin: 30px 0 5px 0px;
    display: flex;
    justify-content: space-between;
}

.social-login-bx a{
    flex: 0 0 48%;
        height: 43px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border-radius: 2px;
        /* margin: 0 3px; */
        padding: 16px;
        font-size: 16px;
        color: white;
        position: relative;
        overflow: hidden;
}

.social-login-bx a .fa{
    position: relative;
    z-index: 2;
    margin-right: 7px;
}

.social-login-bx a span{
    position: relative;
    z-index: 2;
    font-weight: 500;

}

.social-login-bx a::after{
    content: "";
    width: 0;
    right: 0;
    left: inherit;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.social-login-bx a:hover:after{
    width: 100%;
    left: 0;
    right: inherit;
}

.forg-bx.signupin-btn{
    justify-content: center;
}

.social-login-bx a:nth-child(1){
    background-color: #3b5998;
}

.social-login-bx a:nth-child(2){
    background-color: #CC3333; 
}

.social-login-bx a:nth-child(3){
    background-color: #0077B5;
}

.social-login-bx a:nth-child(4){
    background-color: #00acee;
}



.social-login-bx a:nth-child(1):after{
    background-color: #5676bb;
    opacity: 0.8;
}

.social-login-bx a:nth-child(2):after{
    background-color: #e75042;
    opacity: 0.8;
}

.social-login-bx a:nth-child(3):after{
    background-color: #006da6;
    opacity: 0.8;
}

.social-login-bx a:nth-child(4):after{
    background-color: #3dc5f3;
    opacity: 0.8;
}

.pcho{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 12px;
    margin: 5px 0;
}

.pcho input{
    width: fit-content;
    margin-right: 6px;
    margin-top: 4px;
    margin-bottom: 0;
    cursor: pointer;
}

@media (max-width:992px){
    .log-left{
        padding-right: 0;
    }
}

/* @media (max-width:420px){
    .log-right{
        padding: 20px 0;
    }

} */