body {
    overflow-x: hidden;
}

.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: #000;
    text-align: center;
    font-family: "inter";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.8px;
    margin-bottom: 0px !important;
}

.ef-form {
    width: 100%;
}

.ef-error-txt {
    color: #df1f2d !important;
    position: absolute;
    width: fit-content;
    margin-top: 0px;

}

.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: #A3A3A3;
    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: #2D2D2D;
    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));
}

/* .eye-icon{
    background-image: url(../images/login/eye.svg);
} */
.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;
}

.invalid-message {
    border: 1px solid #FEC7C7;
    padding: 12px 20px;
    border-radius: 6px;
    background: #FEC7C7;
    color: #de0010;
    text-align: center;
}

.invalid-message h5 {
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
    font-family: 'Inter';
}

.invalid-error {
    margin-bottom: 25px;
}

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

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

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

/* .google-logo{
    background-image: url(../images/login/google.svg);
    display: block;
    width: auto;
    height: auto;
} */
.ef-input::placeholder {
    font-size: 14px;
}


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

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

@media screen and (max-width:768px) {
    .ef-login-card {
        width: 100% !important;
    }

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

    .login-main-container {
        height: 100%;
        padding: 50px 20px;
    }
}

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

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

@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:1500px) {
    .ef-create-btn {
        margin-top: 0px;
    }

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

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

    .ef-log-btn {
        gap: 10px;
    }

    .ef-log-google-btn {
        display: flex;
        gap: 15px;
        align-items: center;
    }

    .login-logo {
        cursor: pointer;
        width: 25px;
    }

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

@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;
    }
}

/* Performance: the animated screenshot wall is decorative. Avoid it on mobile PageSpeed/LCP. */
@media screen and (max-width: 768px) {
    .ef-container { display: none !important; }
    .login-main-container { background: #f7f7f5; min-height: 100vh; }
    .ef-login-card { backdrop-filter: none; -webkit-backdrop-filter: none; background: #ffffff; }
}
