@font-face {
  font-family: "Bahij";
  src: url("../../newtheme/css/new_fonts/ArbFONTS-Bahij_TheSansArabic-Plain.ttf");
}

input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: none;
  outline: none;
}
.backgroundimg {
  background: url("../../newtheme/images/business-6-3.png") no-repeat fixed
    right;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100vh;
}
.logo {
  margin-top: 27px;
}

.login-title {
  margin: 20px 0 20px 0;
}
.login-title h3 {
  text-align: right;
  font-size: 23px;
  color: #4ec1e5;
  font-family: "Bahij";
  font-weight: bold;
}

.login-title hr {
  height: 7px;
  background: #407ec9;
  width: 17%;
  border-radius: 30px;
  margin: 12px 58px 0 279px;
}

label {
  margin-right: 44px;
  margin-top: 3px;
  font-size: 14px;
  font-family: "Bahij";
}
.username,
.password .usericon,
.passwordicon {
  position: relative;
}

.username .usericon .user-icon {
  position: absolute;
  top: 21px;
  right: 14px;
  color: #9ad6e8;
  font-size: 20px;
}

.password .passwordicon .pass-icon {
  position: absolute;
  top: 21px;
  font-size: 20px;
  right: 14px;
  color: #9ad6e8;
}

.loginform input[type="text"],
[type="password"] {
  margin: 12px 0 20px 0;
  padding: 0 40px;
  color: gray;
  font-size: 13px;
  display: block;
  width: 100%;
  height: 40px;
  border: 1px solid #4ec1e5;
  text-align: right;
  font-family: "Bahij";
  border-radius: 5px;
}
input[disabled] {
  width: auto;
}

input[type="submit"] {
  width: 100%;
  height: 30px;
  border: none;
  background-color: #407ec9;
  height: 40px;
  margin-top: 44px;
  color: white;
  font-family: "Bahij";
  font-size: 15px;
  font-weight: bold;
}

input[type="checkbox"] {
  margin-left: 10px;
  width: 20px;
  height: 20px;
}

a:link {
  margin-top: 4px;
  font-size: 14px;
  margin-right: 74px;
  font-family: "Bahij";
  transition: all 0.5s ease-in-out;
}
a:hover {
  color: #407ec994 !important;
}

span {
  margin-top: 18px;
  display: block;
}

span p {
  text-align: center;
  font-size: 12px;
  color: gray;
}

/* ------------------End of current Login Page---------------------------------- */
