body {
    overflow-x: auto;
    margin: 0px !important;
    padding: 0px !important;
}

.ef-container {
    opacity: 0.8;
    background: rgba(184, 184, 184, 0.50);
    filter: blur(0.7px);
    /* margin-left: -15px;
    margin-right: -15px; */
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

}

.ef-main-container {
    rotate: -358deg;
}

.slider.responsive {
    height: 30vh;
}

.slider.responsive-two {
    height: 30vh;
}

.slick-list.draggable {
    height: 100%;
}

.slick-track {
    height: 100%;
}

.slide-image {
    width: 100%;
    height: 100%;
    padding: 4px;
    object-fit: cover;
    object-position: top;
}

.slick-prev,
.slick-next {
    display: none !important;
}

.ef-login-card {
    gap: 20px;
    width: 500px;
    padding: 50px 25px;
    border-radius: 19px;
    background: rgba(255, 255, 255, 0.80);
backdrop-filter: blur(60.650001525878906px);
    -webkit-backdrop-filter: blur(60.6500015258789px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.login-main-container {
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    height: 100vh;
    padding: 20px 15px;
    position: relative;
    z-index: 1;
}

.ef-logo-img {
    width: 280px;
    height: auto;
}

.ef-login-title {
    color: #2d2d2d;
    text-align: center;
    font-family: "inter";
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.8px;
    margin-bottom: 0px !important;
}

.ef-form {
    width: 100%;
}

.ef-error-txt {
    color: #df1f2d !important;
    position: absolute;
    width: fit-content;
    margin-top: 0px;
}
.invalid-error{
    margin-bottom: 20px !important;
}
.ef-login-label {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18.6px;
    margin-bottom: 0.3vw;
}

.ef-input {
    border-radius: 6px;
    border: 0.3px solid #D0D5DD;
    background: #F9FAFB;
    box-shadow: 0px 1px 5.1px 0px rgba(47, 47, 47, 0.15);
    color: #2d2d2d;
}

.ef-forget-password {
    color: #2D2D2D;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.ef-forget-password:hover {
    color: #df1f2d;
    text-decoration: none;
}

/* .ef-password {
    margin-bottom: 10px !important;
} */

.ef-login-button {
    width: 100%;
    color: #fff;
    border-radius: 10px;
    border: 0.3px solid #2C2C2C;
    background: #1E1E1E;
    padding: 8px 10px;
    margin-top: 39px;
    /* margin-bottom: 29px; */
    transition: ease-in-out .5s;
}

.ef-login-button:hover {
    border: 0.3px solid #df1f2d;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: inset 15em 0 0 0 #df1f2d, inset -15em 0 0 0 #df1f2d;
}


.ef-login-button:focus {
    outline: none !important;
}

.ef-log-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
}

.ef-log-btn label {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0px;
}
.ef-create-btn{
margin-top: 12px;
}

.ef-create-btn span {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.7px;
}

.ef-link {
    color: #457CBF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21.7px;
    text-decoration-line: underline;
}

.ef-link:hover{
    color: #df1f2d;
}

.ef-log-google-btn {
    display: flex;
    gap: 12px;
    flex-direction: column;
    width: 100%;
}

.googleBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%;
    border-radius: 6px;
    border: 0.3px solid #2C2C2C;
    background: #FFF;
    padding: 5px 18px;
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
}

.facebookBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%;
    border-radius: 6px;
    background: #0866FF;
    border: 1px solid #0866FF;
    padding: 5px 18px;
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
}

.appleBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%;
    border-radius: 6px;
    background: #000;
    border: 1px solid #000;
    padding: 5px 18px;
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
}

.facebookBtn:hover,
.googleBtn:hover,
.appleBtn:hover {
    text-decoration: none !important;
}

.googleBtn:hover {
    color: #000;
    background-color: #ebe7e7;
}

.facebookBtn:hover {
    color: #fff;
    background-color: #2578ff;
}

.appleBtn:hover {
    color: #000;
    background-color: transparent;
    border-color: #000;
}

.appleBtn:hover .login-logo {
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(19%) hue-rotate(153deg) brightness(100%) contrast(100%);
}

.appleBtn .login-logo,
.facebookBtn .login-logo {
    filter: brightness(0) saturate(100%) invert(100%) sepia(45%) saturate(2%) hue-rotate(50deg) brightness(104%) contrast(101%);
}

.login-logo {
    width: 25px;
    height: auto;
}

.bottomdiv {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.bottomdiv hr {
    margin: 0 !important;
    width: 100%;
    border-top-color: #c7c3c3;
    opacity: 1;
}

.bottomdiv p {
    color: #c7c3c3;
    font-family: "inter";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
}

/* .login-logo {
    cursor: pointer;
    transition: ease-in-out .5s;
}

.login-logo:hover {
    transform: scale(1.1);
    filter: drop-shadow(2px 4px 2px rgba(43, 43, 43, 0.24));
} */

.toggle-password {
    float: right;
    margin-top: -34px;
    margin-right: 10px;
    position: relative;
    z-index: 2;
    background: none;
    border: none;
    cursor: pointer;
}

.toggle-password:focus-visible {
    outline: none !important;
}

.toggle-password:focus {
    outline: none !important;
}

/* .show-password+.toggle-password .eye-icon path {
    stroke: #df1f2d;
} */

.eye-icon:hover {
    filter: drop-shadow(2px 0px 6px rgb(152, 155, 158));
}

.form-control.is-valid,
.was-validated .form-control:valid {
    background-image: none !important;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-image: none !important;
}

.valid-message {
    border: 1px solid #D1FADF;
    padding: 12px 20px;
    border-radius: 6px;
    background: #D1FADF;
    color: #039855;
    text-align: center;
}

.valid-message h5 {
    font-size: 14px;
    font-weight: 400;
    margin: 0px;
    font-family: inter;
}

#pswd_info {
    display: none;
    width: fit-content;
    position: absolute;
    /* margin-top: 10px; */
    background: rgba(255, 255, 255);
    padding: 10px;
    border-radius: 8px;
    z-index: 1;
    box-shadow: 1px 1px 8px 1px #00000036;
}
#pswd_info::before{
    background: rgba(255, 255, 255);
    content: "";
    height: 25px;
    position: absolute;
    margin-top: -18px;
    transform: rotate(225deg);
    width: 25px;
}

#pswd_info ul {
    margin: 0px;
    padding: 5px;
}

#pswd_info ul li {
    font-size: 13px;
    font-family: inter;
    font-weight: 400;
    display: flex;
}

#pswd_info ul li p {
    color: #2D2D2D;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0px;
}

.valid {
    background: url('../images/login/check.svg') no-repeat 0 50%;
    color: green;
    line-height: 21px;
    padding-left: 22px !important;
}

.invalid {
    background: url('../images/login/close.svg') no-repeat 0 50%;
    color: red;
    line-height: 21px;
    padding-left: 22px !important;
}

.recaptcha {
    margin-bottom: 6px;
}

.disable {
    opacity: 0.5;
    pointer-events: none;
}

.ef-span-terms {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    font-family: inter;
}

.was-validated .form-control.is-invalid:invalid, .form-control.is-invalid {
    border-color: #dc3545 !important;
}
.was-validated .form-control.is-invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

.pageLoader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url(../images/page-loader-004.gif), rgba(255, 255, 255, 0.9);
    background-position: center;
    background-repeat: no-repeat;
}

.ef-cust{
    /* margin-bottom: 14px; */
    padding: 0;
}

.ef-input::placeholder{
    font-size: 14px;
}


.invalid-radio-error input[type='radio']{
        appearance: none;
         width: 12.5px;
         height: 12.5px;
         border: 1.39px solid #dc3545 !important;
         border-radius:25px !important;
}

/* Responsive css starts */



@media screen and (max-width:450px) {
    .ef-login-card {
        padding: 35px 20px;
        gap: 15px;
    }

    .ef-logo-img {
        width: 200px;
    }

    .ef-login-title {
        font-size: 20px;
    }

    .ef-login-label {
        font-size: 12px;
    }

    .ef-log-btn label {
        font-size: 12px;
    }

    .ef-create-btn span {
        font-size: 12px;
    }

    .ef-link {
        font-size: 10px;
    }

    .ef-login-button {
        /* margin-bottom: 20px; */
    }

    .ef-span-terms {
        font-size: 10px;
    }
}



@media screen and (max-width:768px) {
    #pswd_info {
        margin-top: 10px;
    }
    .login-main-container{
        height: 80vh;
    }
    .ef-login-card {
        width: 100% !important;
    }

    .ef-main-container {
        rotate: 0deg;
    }

    #pswd_info ul {
        column-count: 1;
        margin: 0px;
        padding: 5px;
    }

    .recaptcha {
        margin-bottom: 15px;
        overflow-x: auto;
    }
}

@media screen and (max-width:992px) {
    .ef-login-card {
        width: 70%;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .ef-login-button:hover {
        border: 0.3px solid #df1f2d;
        color: #fff;
        transform: translateY(-1px);
        box-shadow: inset 20em 0 0 0 #df1f2d, inset -20em 0 0 0 #df1f2d;
    }
}

@media (min-width: 1024px) and (max-width:1900px){
    .ef-login-button{
        margin-top: 0px;
    }
    .ef-create-btn{
        margin-top: 0px;
        }
        

.ef-login-card {
    padding: 25px;
    gap: 7px;
}

.ef-logo-img {
    width: 200px;
    height: auto;
}
.ef-login-title{
    font-size: 20px;
}
.ef-login-label, .ef-create-btn span{
    font-size: 13px;
}
.ef-span-terms, .ef-link{
    font-size: 12px;
}
.ef-signup-form .form-group{
    margin-bottom: 0.5rem;
}
.login-logo{
    width: 20px;
}
.ef-log-btn{
    gap: 6px;
}
.ef-log-google-btn{
    gap: 10px;
}
.eye-icon-slash, .eye-icon{
    width: 18px;
}
.ef-login-button{
    /* margin-bottom: 12px; */
}
#pswd_info {
    top: 67%;
}

}

/* @media screen and (max-width:1400px) {
    .login-main-container {
        height: 100% !important;
    }
} */

@media screen and (min-width:2000px) {
    .ef-login-card{
        width: 600px;
    }
    .ef-logo-img {
        width: 250px;
    }

    .ef-login-title {
        font-size: 35px;
    }

    .ef-login-label {
        font-size: 16px;
    }
    .ef-input::placeholder{
        font-size: 16px;
    }
    .ef-login-button:hover {
        border: 0.3px solid #df1f2d;
        color: #fff;
        transform: translateY(-1px);
        box-shadow: inset 20em 0 0 0 #df1f2d, inset -20em 0 0 0 #df1f2d;
    }
}