﻿body{
    direction:ltr;
}

::-moz-selection { /* Code for Firefox */
    color: #FFF;
    background: #2985a0;
}

::selection {
    color: #FFF;
    background: #2985a0;
}

.btnTable{
    padding: 5px 2px;
}

.Cairo, input, label {
    font-family: 'Cairo', sans-serif !important;
    letter-spacing: normal!important;
    font-weight: normal!important;
}

.MyTite h3 {
    background-color: blanchedalmond;
    width: 50%;
    display: inline-block;
    border: groove;
    border-radius: 0 0px 10px 10px;
}

.form-form .form-form-wrap form .field-wrapper label {
    font-size: 13px!important;
}

.BackgroudAccount {
    background: url('/assets/img/Hussien (11).jpg') no-repeat fixed center top / cover;
    position: relative;
    overflow: hidden;
}

.BackOver {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}