
@import url('https://fonts.googleapis.com/css?family=Almarai:400,700&display=swap');
body {
    font-family: 'Almarai', sans-serif;
    background-image: url('img/10c06ea7c9c177984e865384ce512d05 copy.jpg');
    background-repeat: repeat;
    background-size: 100%;
    background-color: #f9f9f9;
    direction: rtl;
    float: right;
    text-align: right;
    width: 100%;
    height: 100%;
}

.p{line-height:1.7em;}
.login-page {
  
  margin: auto;
  height:100%;
  width:100%;
  position:absolute;
  /*border-bottom:4px solid	#f16c20;*/
 
}
.bold{font-weight:bold;}
.right-div{margin-left:30px;}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;	
  margin-bottom:40px;
  margin-top:20px;
}
.img-back {
    background-image: url(../Login/img/14996291-800x600.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    color: #FFF;
    border-right: 3px solid #009688;
    border-left: 3px solid #009688;
}
.form {
    position: relative;
    z-index: 1;
    background: #193050;
    max-width: 645px;
    margin: 0 auto 0;
    padding: 35px 35px 7px 35px;
    text-align: center;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    border-radius: 30px;
}
.form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
    .form button {
        font-family: 'Almarai', sans-serif !important;
        text-transform: uppercase;
        outline: 0;
        background: #d2b48c;
        width: 100%;
        border: 0;
        padding: 15px;
        color: #FFFFFF;
        font-size: 14px;
        font-weight: 900;
        -webkit-transition: all 0.3 ease;
        transition: all 0.3 ease;
        cursor: pointer;
    }
.form button:hover,.form button:active,.form button:focus {
  background: #d2b48c;
}
.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
.form .message a {
  color: #008579;
  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: #1a1a1a;
}
.container .info span {
  color: #4d4d4d;
  font-size: 12px;
}
.container .info span a {
  color: #000000;
  text-decoration: none;
}
.container .info span .fa {
  color: #EF3B3A;
}
ul {
  list-style-image:url(../Login/img/arrow.png);
}

a:link,
a:visited {
  color:inherit !important;
}

.btn-danger{color:#fff;background-color:#005b53;border-color:#005b53}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#005b53;border-color:#005b53}.btn-danger:hover{color:#fff;background-color:#014740;border-color:#014740}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#014740;border-color:#014740;}
btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#014740;border-color:#014740}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}
.float-div {
    float: right;
}

.remember-div {
    margin-left:40px;
}
.remember-check{
    margin-left:-30px;
}
@media screen and (max-width: 992px) {

    .remember-div {
        margin-left: unset;
        display: contents;
    }

    .remember-check {
        margin-left: unset;
        display: contents;
    }
}