@font-face {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 400;
    src: url('../webfonts/tajawal-v3-arabic_latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Tajawal'), local('Tajawal-Regular'),
    url('../webfonts/tajawal-v3-arabic_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../webfonts/tajawal-v3-arabic_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../webfonts/tajawal-v3-arabic_latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../webfonts/tajawal-v3-arabic_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../webfonts/tajawal-v3-arabic_latin-regular.svg#Tajawal') format('svg'); /* Legacy iOS */
}
body{
    direction: rtl;
    text-align: right;
    font-family: 'Tajawal', sans-serif;
    background: #00467F;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #A5CC82, #00467F);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #A5CC82, #00467F); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: url(../img/bg.png);
}
.form-control {
    background: #fff;
    box-shadow: none !important;
    border-color: #cccccc;
}
.form-control:focus {
    border-color: #d9d8fb;
}
.form-control, .btn {
    border-radius: 2px;
}
.login-form {

    margin: 0 auto;
    padding: 73px 0 30px;
}

.login-form form {
    color: #7a7a7a;
    border-radius: 27px;
    margin-bottom: 7px;
    font-size: 13px;
    background: rgba(255, 255, 255, 0.98);
     -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important; box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
    padding: 20px;
    position: relative;
}
.login-form h2 {
    font-size: 22px;
    margin: 35px 0 25px;
}
.login-form .avatar {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -50px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: #ffffff;
    padding-top: 12px;
    padding-right: 1.3px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.login-form .avatar img {
    width: 100%;
}
.login-form input[type="checkbox"] {
    margin-top: 2px;
}
.login-form .btn {
    font-size: 16px;
    font-weight: bold;
    background: rgb(61,139,82);
    border: none;
    margin-bottom: 9px;
}
.login-form .btn:hover, .login-form .btn:focus {
    background: #ff9322;
    outline: none !important;
}
.login-form a {
    color: #fff;
    text-decoration: underline;
}
.login-form a:hover {
    text-decoration: none;
}
.login-form form a {
    color: #7a7a7a;
    text-decoration: none;
}
.login-form form a:hover {
    text-decoration: underline;
}
.input-group-text{
    width: 38px;
}

span.msg_error {
    color: #ea0f0f;
}

.alert-successok {
    color: #001f07;
    background-color: #cbeaa5;
    border-color: #b7d692;
}
.input-group-prepend span {
    background-color: rgb(61,139,82);
    color: white;
    border: 0 !important;
}

.select2-search--dropdown .select2-search__field {
    text-align: right;

}





.steps-form {
    display: table;
    width: 100%;
    position: relative; }
.steps-form .steps-row {
    display: table-row; }
.steps-form .steps-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc; }
.steps-form .steps-row .steps-step {
    display: table-cell;
    text-align: center;
    position: relative; }
.steps-form .steps-row .steps-step p {
    margin-top: 0.5rem; }
.steps-form .steps-row .steps-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important; }
.steps-form .steps-row .steps-step .btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    margin-top: 0; }
.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
    background-color: #ffc107;
}
