.banner {
    width: 100%;
    background: url('../img/Banner-bg.jpg');
    /* Set a specific height */
    height: 100vh;

    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hedding {
    margin-bottom: 48px;
}

.formContainer {
    top: 200px;
    margin-right: 10%;
    position: absolute;

}

input[type=text], select {
    padding: 12px 20px;
}

.error {
    float: none;
    /*  margin-top: 50px;*/
}

.index-logo {
    width: 264px;
    margin-right: 10%;
    margin-top: 20px;
}

.submit-btn {
    height: 60px;
}

.input {
    width: 100%;
}

.dontHaveAccount {
    margin-top: 30px;
}

.forgotPasseord {
    float: left;
    font: normal normal normal 18px/39px Frutiger LT Arabic;
    letter-spacing: 0px;
    color: #A9E5F8;
}
.min-vh-80{
    min-height:80vh!important;
}

#rememberMe {
    display: none;
}

#rememberMe:checked + label:after {
    background-color: #595959;
}

.rememberMe {
    /*width: 58px;*/
    height: 20px;
    text-align: center;
    font: normal normal normal 20px/38px Frutiger LT Arabic;
    letter-spacing: 0px;
    opacity: 1;
}



.rememberMe:before {
    /*  border: 1px solid #cacece;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
      display: inline-block;
      transition-duration: 0.3s;
      width: 16px;
      height: 16px;
      content: '';
      margin-left: 10px;
      background-color: transparent;*/
}

.create-account-p {
    margin: 0;
}

@media only screen and (max-width: 800px) {
    .input {
        color: #000;
    }

    .recaptcha-container {
        margin-top: 20px;
        margin-right: 20%;
    }

    .forgotPasseord {
        text-align: center !important;
        margin-right: 0 !important;
        display: block;
    }
}

html[lang="en"] .form-check-input {
    float: left !important;
}

html[lang="en"] .formContainer {
    direction: ltr
}

html[lang="en"] .hedding {
    direction: ltr;
    text-align: left
}

html[lang="en"] .form-check-input {
    float: left
}

html[lang="en"] .forgotPasseord {
    float: right;
}

html[lang="en"] .rememberMe {
    float: left !important;
    font-size: 19px !important;
    padding-left: 5px !important;
    margin-top: -1px;
}
html[lang="ar"] .ForgotUserName {
    width: 40%!important;
}
html[lang="ar"] .rem {
    width: 22%!important;
}
