body {
    background-image: url("/frontend/new_main/assets/img/loginBackground-2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-family: ERPx;
}

input {
    outline: none;
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
}
input:focus::placeholder {
    opacity: 0;
}
section.login {
    margin-left: 11px;
    margin-right: 11px;
}

.login-content {
    width: 100%;
    margin: 120px auto 35px;
}

.login-top-box {
    position: relative;
    margin: 0px auto;
    width: 100%;
    height: 138px;
    border-radius: 31px;
    color: #fff;
    background: #86ae82 url("/frontend/new_main/assets/img/login-page-wave.png") no-repeat;
    box-shadow: 8px 0px 16.6px 0px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(35.099998474121094px);
}

.login-top-box h3 {
    color: #fff;
    text-align: right;
    font-family: TanseekModernProArabic-Bold !important;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.9px;
}

.login-top-box .logo-circle {
    position: absolute;
    bottom: -40px;
    left: 50%;
    width: 88px;
    height: 88px;
    background-color: #fff;
    border: 1px solid #517f4c;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.login-top-box .logo-circle img {
    width: 80%;
}

.login-form-outer-div {
    position: relative;
    background: transparent;
    border-radius: 44px;
    border: 1px solid #fff;
    margin: 60px 0;
    height: 620px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-form {
    border-radius: 44px;
    background: rgba(255, 255, 255, 0.77);
    backdrop-filter: blur(35.099998474121094px);
    display: flex;
    padding: 5px;
    flex-direction: column;
    align-items: center;
    width: 99%;
    height: 99%;
    margin: 0 auto;
}

.login-form .login-form-inside {
    width: 100%;
}

.login-form h3 {
    color: #517f4c;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 41.6px;
}

.login-form h6 {
    color: #058fb2;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
}

.login-form label {
    color: #517f4c;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.6px;
}

.login-form form {
    width: 100%;
}

.login-form form > div {
    width: 92%;
    margin: 11px 0;
}

#login_username,#login_password {
    display: flex;
    width: 100%;
    height: 50px;
    padding: 0px 20px;
    margin: 0 auto;
    justify-content: flex-end;
    align-items: center;
    border-radius: 15px;
    border: 1px solid var(--Gray-Gray-200, #e2e8f0);
    background: var(--black-amp-white-white, #fff);
}

.checkCaptcha {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 70% !important;
}

.checkCaptcha input {
    border-radius: 15px;
    border: 0.6px solid #fff;
    background: #fcfcfc;
    width: 100%;
    height: 47px;
    margin-left: 14px;
}

.checkCaptcha button {
    background-color: transparent;
    margin-left: 10px;
    color: #787878;
}

.checkCaptcha .captcha-text-div {
    position: absolute;
    background-color: #abd5d6;
    width: 38%;
    height: 96%;
    top: 1px;
    left: 15px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.remember-me .remember-me-btn {
    position: relative;
    display: flex;
    width: 36px;
    height: 18.5px;
    padding: 1.437px 2.5px 1.437px 1.437px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 9.343px;
    background: #47c7eb;
    border-radius: 97.74px;
    -webkit-border-radius: 97.74px;
    -moz-border-radius: 97.74px;
    -ms-border-radius: 97.74px;
    -o-border-radius: 97.74px;
}

.remember-me .remember-me-btn.change-color {
    background: #787878;
}

.remember-me .remember-me-btn span {
    position: absolute;
    right: 4px;
    top: 2px;
    background-color: #fff;
    width: 13.5px;
    height: 13.5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.remember-me .remember-me-btn.change-color span {
    right: 19px;
}

.remember-me p {
    color: #517f4c;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0;
}

.login_btn {
    border-radius: 12px;
    border: none;
    background: #47c7eb;
    color: #fff;
    display: flex;
    width: 100%;
    height: 45px;
    padding: 0px 8px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.create-account a:first-child {
    color: #5c5c5c;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
}

.create-account a:nth-child(2) {
    color: #058fb2;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.6px;
}

.login-next-box {
    position: absolute;
}

/* ---------------------footer---------------- */

.login-footer {
    border-radius: 44px;
    background: rgba(255, 255, 255, 0.75);
    box-shadow: 0px 9px 18.3px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(14.100000381469727px);
    overflow: hidden;
    margin-bottom: 2rem;
}
.footer .footer-content {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}
.login-footer footer {
    margin-top: 0;
}

.footer .footer-content-top div p.law-text {
    text-align: right;
}

/* ****************mediaQuery******************* */

@media screen and (min-width: 500px) {
    .login-form .login-form-inside {
        width: 87%;
    }
}

@media screen and (min-width: 575.5px) {
    .login-top-box h3 {
        font-size: 45px;
    }
    section.login {
        margin-left: 39px;
        margin-right: 39px;
    }
    .login-form .login-form-inside {
        width: 80%;
    }
}

@media screen and (min-width: 767.5px) {
    .login-form .login-form-inside {
        width: 38%;
        margin-right: 6%;
        margin-top: 27px;
    }
    .login-form {
        align-items: flex-start;
    }
    .login-next-box {
        position: absolute;
        width: 50%;
        left: 3px;
        top: 3px;
        bottom: 3px;
        border-radius: 44px;
        color: #fff;
        background: #86ae82 url("/frontend/new_main/assets/img/next-side-back.png") no-repeat;
        background-size: cover;
        /* background-position: center; */
        box-shadow: 8px 0px 16.6px 0px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(35.099998474121094px);
    }
    .login-next-box img {
        width: 75px;
        height: 75px;
    }
    .login-next-box h3 {
        color: #fff;
        text-align: right;
        font-size: 45px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -4px;
        margin-right: 16px;
    }
}

@media screen and (min-width: 991.5px) {
    section.login {
        margin-left: 80px;
        margin-right: 80px;
    }
    .login-next-box h3 {
        font-size: 53px;
    }
}

@media screen and (min-width: 1199.5px) {
    .login-next-box h3 {
        font-size: 80px;
    }
    .login-next-box img {
        width: 100px;
        height: 100px;
    }
}

@media screen and (min-width: 1399.5px) {
    section.login {
        max-width: 1300px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (min-width: 1599.5px) {
    section.login {
        max-width: 1400px;
        margin: auto !important;
    }
}

@media screen and (min-width: 1749.5px) {
    section.login {
        max-width: 1600px;
    }
}