
body {
    font-family: 'Cairo';
}

.main-head {
    height: 150px;
    background: #FFF;
}

.sidenav {
    height: 100%;
    background-color: #4c5966;
    background: #4c5966 url(../images/vector.png) no-repeat bottom;
    /*     background: #4c5966 url(../images/login/49a5fe45ecc19a2513909a17ad9602fe.png) no-repeat bottom;*/
    overflow-x: hidden;
    padding-top: 20px;
    background-size: 300px;
}

.main {
    padding: 0px 10px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
}

@media screen and (max-width: 450px) {


    .login-form {
        margin-top: 10%;
    }

    .register-form {
        margin-top: 10%;
    }
}

@media screen and (max-width: 768px) {
    .footer {
        position: unset !important;
        bottom: unset !important;
        margin-top: 22px;
        margin-bottom: 22px;
    }

    .sidenav {
        background-size: 170px !important;
    }

    .login-main-text img {
        max-width: 120px !important;
        margin-bottom: 10px !important;
    }

    .login-main-text {
        height: 350px !important;
        padding: 15px !important;
    }
}

@media screen and (min-width: 768px) {
    .main {
        margin-left: 45%;
    }

    .sidenav {
        width: 35%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
    }

    .login-form {
        margin-top: 2em;
    }

    .register-form {
        margin-top: 20%;
    }
}


.login-main-text {
    margin-top: 0px;
    display: block;
    padding: 60px;
    color: #fff;
    text-align: center;
}

    .login-main-text h2 {
        font-weight: 300;
    }

.btn-black {
    background-color: #000 !important;
    color: #fff;
}

.login-main-text img {
    max-width: 140px;
    margin: auto;
    text-align: center;
    display: block;
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .font-size-h1-lg {
        font-size: 2rem !important;
    }
}

.pb-13, .py-13 {
    padding-bottom: 2.25rem !important;
}

.forget-span {
    text-align: right;
    display: inline-block;
    float: right;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #40bac4;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #40bac4;
}

.footer {
  position: absolute;
    bottom: 15px;
    top: 1;
}



/*----------bootstrap-------------------*/
.btn-primary {
    color: #ffffff;
    background-color: #40bac4;
    border-color: #40bac4;
}

.text-primary {
    color: #40bac4 !important;
}

.btn-secondary {
    color: #fff;
    background-color: #4c5966;
    border-color: #4c5966;
}

.btn-primary:hover {
    color: #ffffff;
    background-color: #52c7d1;
    border-color: #52c7d1;
}

button.btn {
    width: 49.2%;
}

.lang {
    color: #2c9ea7;
    text-align: right;
    padding: 20px 25px 5px 5px;
}

    .lang a {
        color: #2c9ea7;
    }

/*span.multiselect-selected-text {
    width: 91%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: right;
}*/
/*-----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------*/
/*----------------------- added by dalia 16-11-2020----------------------*/
.footer {
    position: unset;
    margin: 50px 0 10px 0;
}

span.multiselect-selected-text {
    width: 96%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
}

.multiselect-selected-text {
    float: left;
}
.multiselect-container > li > a > label {
    color: #4c5966;
    padding: 3px 5px 3px 8px;
    width: 100%;
    display: block;
    text-align: left;
    border-bottom: 1px solid #efefef;
    font-size: 13px;
}
multiselect-container > li > a {
    padding: 0;
    display: block;
    width: 100%;
    text-align: left;
}
ul.multiselect-container span.input-group-btn {
    display: none;
}

ul.multiselect-container .form-control {
    height: 30px;
    padding: 0.375rem 0.75rem;
    font-size: 12px;

}
span.multiselect-selected-text {
    font-size: 13px;
    line-height: 1.5;
}
#CaptchaText{
    height:50px;
}
.dropdown-menu1 {
    overflow-y: unset !important;
}
.multiselect-container .input-group {
    margin: 5px 0;
    max-width: 97% !important;
}
@media screen and (min-width: 768px){
    .sidenav {
    min-height: 590px;
}
}