body{
    /*background-image: url(./../../kfo-login/images/login4/login3-bg.png);*/
    background-size: cover;
    background-repeat: repeat;
    background-position: center;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    overflow-y: scroll;
    font-family: 'Cairo', sans-serif !important;
    background-image: url(./../../kfo-login/images/login4/login-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.new-login-logo{
    width:11rem;
}
.new-login-top-vector{
    width: -webkit-fill-available;
    height: 2.2rem;
}
.header-text{
    color:#29665A;
    font-weight: bold;
    /* text-shadow: 2px 2px 4px #2c2727; */
}
.input-group{ 
    width: 100%;
}
.input-group label{
    background-color: #29665A;
    color: #fff;
    margin-bottom: 0rem;
    padding: 5px 15px;
    width: 35%;
    font-size: 17px;
}
html[dir="rtl"] .input-group label{
text-align: right;
}
.input-group input[type="text"]{
    width: 62%;
    border: none;
    background: #eee !important;
    border-radius: 0 !important;
    padding: 8px 20px;
    height: auto;
    text-align: left;
}
.declaration-text a{
    color: #29665A; 
    font-weight: 500; text-align: right; display: inline-block;
}
.send-btn{
    background-color: #29665A;
    color: #fff;
    margin-bottom: 0rem;
    padding: 5px 15px;
    font-size: 17px;
    cursor: pointer;
}
.login-btn{
    background-color: #29665A;
    color:#fff;
    font-size: 18px;
    text-align: center;
    padding: 10px 20px;
    width: 100%;
}
.responsive-width{
    width:27%
}
.vertical-center{
    height:80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.vertical-center-password{
    height:90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.nav-link a{
    color:#fff;
    font-weight: 500;
}
.logo-positioning{
    margin:0.9rem 6rem 0rem 6rem 
}
.declaration-text{ margin: 0; padding: 0; text-align: right;}
.login-bg{position: relative;padding-bottom: 10px;padding-top: 10px;}
.logo{ position: static; left: 30px; top: 30px; }
.logo img{ max-width:200px;}
.footer-col{    min-height: auto;
    position: fixed;
    padding-bottom: 20px;
    bottom: 0;
    left: 0;
    right: 0;}
.footer-col::after{background-image: url(./../../kfo-login/images/login4/footer-bg.png);background-size: cover;background-position: center top;content: "";position: absolute;left: 0;right: 0;bottom: 0;height: 80px;}
.footerimg{ max-width: 20%;}
.footer-container{display: flex;align-items: center;justify-content: center;position: relative;z-index: 2;gap: 20px;width: 60%;margin: 0 auto;}
.form-col{margin: 0 auto;width: 85%;display: flex;min-height: 75vh;}
.left-pattren{ width: 20%;position: relative; }
.left-pattren:after{position: absolute;left: 0;right: 0;content: "";height: 131px;background-image: url(./../../kfo-login/images/login4/pattren.png);background-size: contain;background-repeat: no-repeat;background-position: center;top: 36%;}

.titlelogo {
    background-image: url(./../../kfo-login/images/login4/pattren.png);
    background-size: contain;
    padding: 20px;
    margin-top: 48px;
    position: absolute;
    top: 32%;
}
.loginform{ width: 60%; position: relative;display:flex;align-items:center; }
.right-pattren{width: 20%;position: relative;margin: -45px 0 0 0;}
img{ max-width: 100%;}
.soudimg{ padding-bottom: 50px;}

.loginform:after{position: absolute;left: 0;right: 50px;content: "";height: 234px;background-image: url(./../../kfo-login/images/login4/formbg.png);background-size: contain;background-repeat: no-repeat;background-position: center;top: 21%;}
#password{border: none !important;padding: 8px 20px !important;background: #EEEFEF !important;height: auto;text-align: left;} input:focus{outline: none !important; box-shadow: 0 0 0 !important;}

input[type="text"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}
input:-webkit-autofill {
  background-color: transparent !important; /* remove yellow bg */
  background-image: none !important;
  color: #000 !important; /* reset text color if needed */
  -webkit-box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0) inset !important; /* force bg */
  transition: background-color 5000s ease-in-out 0s; /* prevent flashing */
}

        html[dir="rtl"] .right-pattren {
            order:1;
        }
        html[dir="rtl"] .loginform {
            order:2;
        }
        html[dir="rtl"] .left-pattren {
            order:3;
        }

        html[dir="ltr"] .right-pattren {
            order:1;
        }
        html[dir="ltr"] .loginform {
            order:2;
        }
        html[dir="ltr"] .left-pattren {
            order:3;
        }

        .form-title{
            height:96px;
        }



@media screen and (max-width: 1700px){
    .responsive-width{
        width:40%
    }
    
}
@media screen and (max-width: 992px){
    .responsive-width{
        width:60%
    }
    .vertical-center{
        height:80vh;
    }
}

@media screen and (max-width: 767px){
    .responsive-width{
        width:90%
    }
    .logo-positioning{
        margin: 0 auto;
        padding: 0 20px 0 20px !important;
    }
    .form-col{ width: 100%;}.titlelogo{ padding: 5px;}
    .logo img {
    max-width: 100px;
}.footer-col::after{ height: 40px;}.footer-container{ gap: 10px;}.footer-container{ width: 80%;}.login-bg{ padding-top: 50px; padding-bottom: 30px;}.left-pattren:after{ height: 40px;}.loginform:after{ height: 100px;}.logo{left: 10px;
    top: 15px;}
    .input-group label{
        width:33% !important;
    }
    .right-pattren{
        display: none;
    }
     .left-pattren{
        display: none;
    }

    .loginform {
        width: 90% !important ; 
        margin: 0 auto;
    }

   
}
@media screen and (max-width: 500px){
.input-group label {
    padding: 10px 10px;
    font-size: 13px;
}
}


