.login-block{
    background: #51a0c9;  /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom, #f06827, #51a0c9);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #f06827, #51a0c9); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
float:right;
width:100%;
padding : 50px 0;
height: 100vh;
}
.banner-sec{ background-size:cover; min-height:500px; border-radius: 10px 0px 0px 10px; padding:0;}
.container{background:#fff; border-radius: 10px; box-shadow:15px 20px 0px rgba(0,0,0,0.1);}
.carousel-inner{border-radius:10px 0px 0px 10px;}
.carousel-caption{text-align:right; right:5%;}
.login-sec{padding: 20px 30px; position:relative;}
.login-sec .copy-text{position:absolute; width:80%; bottom:20px; font-size:13px; text-align:center;}
.login-sec .copy-text i{color:#FEB58A;}
.login-sec .copy-text a{color:#f06827;}
.login-sec h2{margin-bottom:30px; font-weight:600; font-size:25px; color: #f06827;}
.login-sec h2:after{content:" ";  height:5px; background:#FEB58A; display:block; margin-top:10px; border-radius:3px; margin-right:auto;}
.btn-login{background: #f06827; color:#fff; font-weight:600;}
.banner-text{position:absolute; bottom:0px; padding-right:0px;}
.banner-text h2{color:#fff; font-weight:600;}
.banner-text h2:after{content:" "; width:100px; height:5px; background:#FFF; display:block; margin-top:20px; border-radius:3px;}
.banner-text p{color:#fff;}    

.mplTranslator{
    -webkit-transition-duration:1s;
    -moz-transition-duration:1s;
    -ms-transition-duration:1s;
    -o-transition-duration:1s;
    transition-duration:1s;
    display:none;
}



#MetroPreLoader_Container{
    -o-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width:100%;
    height:100%;
    position:fixed;
    z-index:999999;
    top:0px;
    left:0px;
}
#MetroPreLoader_Center{

    text-align:center;
    margin-top:40px;
}
#MetroPreLoader_crazyloader{
    width:70px;
    height:70px;
    display:block;
    margin:auto;
}
body{
    direction: rtl;
   
}
.form-group{
    text-align:right
   
}

.form-check{
    text-align:right
   
}

.site-footer {
      text-align: center;

  }
  
  #social-wrapper {
      text-align: center;
  }
  
  /*Social Media Icons*/
  .social-wrapper {
      text-align: center;
  }
  
  .social-wrapper ul li {
      display: inline;
      margin: 0 5px;
  }
  
  .twitter-icon,
  .facebook-icon,
  .instagram-icon,
  .linkedin-icon,
  .googleplus-icon,
  .youtube-icon,
  .foursquare-icon{
      margin-top: .625em;
      width: 20px;
      height: 20px;
      opacity: .6;
      filter: alpha(opacity=60); /* For IE8 and earlier */
    border-radius: 25px;
  }
  
  .twitter-icon:hover,
  .facebook-icon:hover,
  .instagram-icon:hover,
  .linkedin-icon:hover,
  .googleplus-icon:hover,
  .youtube-icon:hover,
  .foursquare-icon:hover {
      opacity: 1.0;
      filter: alpha(opacity=100); /* For IE8 and earlier */
  }
  
  .footer-nav p {
      text-align: center;
  }