html,
body {
  height: 100%;
  direction:rtl;
}

body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 30px!important;
    padding-bottom: 40px;
    background-color: rgba(240, 240 ,240 ,0.8)!important;
}
#mRegModal{overflow-y:auto}
.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}

.list-inline {
    padding-right: 0;
    list-style: none;
}
.list-inline a{
    font-size:0.8rem;
}

.jumbotron {
    border-radius: 1rem;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 5%, rgba(255,255,255,1) 85%);
    /*box-shadow: 0px 13px 9px 0px rgba(0, 0, 0, 0.5);*/
    padding: 4rem 2rem 1rem 2rem;
}
body {
    background-image: url('../img/AppBG3-light.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
body:before {
    /*content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.7;
    background-image: url('../img/AppBG3.jpg');
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;*/
}