@import url(https://fonts.googleapis.com/earlyaccess/droidarabickufi.css);

body{
  font-family: 'Droid Arabic Kufi', sans-serif !important;
}
.form {
  border: 1px solid #ccc;
  height: 220px;
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 48%;
  margin: 0 auto 100px;
  padding:30px 25px 14px 25px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  text-align: center;
  direction: rtl;
}
.form .thumbnail {
  float: right;
  background: #fafafa;
  width: 30%;
  height: 194px;
  margin: 0 auto 30px;
  padding: 50px 0px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-sizing: border-box;
  border: 1px solid #b3b3b3;
}
.form .thumbnail img {
  display: block;
  width: 120px;
  margin: 0 auto;
}
.form label{
  float: right;
  margin: 5px 12px;
  font-size: 12px;
}
.form input {
  outline: 0;
  background: #f2f2f2;
  width: 97%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  box-sizing: border-box;
  font-size: 14px;
}
.form button {
  font-family: 'Droid Arabic Kufi', sans-serif !important;
  margin: 0px 12px;
  background: #089ad3;
  width: 40%;
  border: 0;
  padding: 8px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #FFFFFF;
  font-size: 14px;
  float: right;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.form .remember-me{
  position: relative;
  top: 6px;
  width: 54%;
  float: left;
}
.form .remember-me a{
  margin-top: 15px;
  display: block;
}
.form .forget-password{
  width: 177px;
  font-size: 12px;
  position: relative;
  top: 10px;
  text-align: right;
}
.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
.form .message a {
  color: #EF3B3A;
  text-decoration: none;
}
.form .register-form {
  display: none;
}

.container {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto;
}
.container:before, .container:after {
  content: "";
  display: block;
  clear: both;
}
.container .info {
  margin: 50px auto;
  text-align: center;
}
.container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #089ad3;
}
.container .info span {
  color: #4d4d4d;
  font-size: 12px;
}
.container .info span a {
  color: #000000;
  text-decoration: none;
}
.container .info span .fa {
  color: #EF3B3A;
}

/* END Form */
/* Demo Purposes */
body {
  background: #ccc;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
}

#video {
  z-index: -99;
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.login-form{
  float: left;
  width: 70%;
  position: relative;
  top: -18px;
}

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 7px 12px;
  font-size: 13px;
  line-height: 1.5384616;
  color: #333333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #dddddd;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #dddddd;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(221, 221, 221, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(221, 221, 221, 0.6);
}


.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #d84315;
}
.has-error  {
  border: 1px solid #dd3500 !important;
}
.has-error:focus {
  border: 1px solid #dd3500 !important;
}
.has-error .input-group-addon {
  color: #d84315;
  border-color: #d84315;
  background-color: #fbe9e7;
}
.has-error .form-control-feedback {
  color: #d84315;
}
.error-message{
  font-size: 12px;
  color: #b83300;
  margin-top: 4px;
}
