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: 35px 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;
    margin-bottom: 15px;
}

.ef-login-title-forgot {
    color: #000;
    text-align: center;
    font-family: "inter";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.8px;
    margin-bottom: 0px !important;
    letter-spacing: 1.2px;
}

.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 {
    height: calc(2em + 0.75rem + 2px);
    border-radius: 6px;
    border: 0.3px solid #D0D5DD;
    background: #F9FAFB;
    box-shadow: 0px 1px 5.1px 0px rgba(192, 192, 192, 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-bottom: 15px;
    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;
}
.ef-create-btn {
    display: flex;
    justify-content: center;
}
.ef-create-btn span {
    color: #2D2D2D;
    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: none;
    display: flex;
    align-items: center;
}

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

.ef-link svg{
    transition: all .9s;
}

.ef-link:hover svg path{
    fill: #df1f2d;
}

.ef-link:hover svg{
    transform: translatex(-5px);
}

.ef-log-google-btn {
    display: flex;
    gap: 20px;
}

.login-logo {
    cursor: pointer;
}

.login-logo:hover {
    filter: drop-shadow(2px 4px 2px rgb(43, 43, 43));
}

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

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

.invalid-message {
    border: 1px solid #e7d9d4;
    padding: 7px 20px;
    border-radius: 6px;
    background: #e7d9d4;
    color: #df1f2d;
    text-align: center;
    display: none;
}

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

.ef-fp-info {
    font-size: 18px;
    font-weight: 400;
    font-family: inter;
    margin-bottom: 5px;
    text-align: center;
    color: #5e5a5a;
}

.alert-svg{
    box-shadow: 3px 1px 30px 1px #c3c3c3;
    border-radius: 100%;
}

.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-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-forgot {
        font-size: 18px;
    }

    .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) {
    .login-main-container {
        height: 80vh;
    }
    .ef-login-card {
        width: 100% !important;
    }

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

    .ef-fp-info {
        font-size: 14px;
    }
}

@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 screen and (min-width:2000px) {
    .ef-logo-img {
        width: 250px;
    }

    .ef-login-title-forgot {
        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;
    }
}