/* Funtions (Mixins) */
body.login {
  background-attachment: fixed;
  background-image: url('http://localhost/kalimah-quran/wp-content/uploads/2017/04/24bkzMN.jpg');
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
}
body.login div#login h1 a {
  background-image: url('');
  background-size: contain;
  height: 200px;
  width: auto;
}
#login label[for="user_login"],
#login label[for="user_pass"] {
  color: #72777c;
  float: left;
  font-size: 0;
  position: relative;
  width: 100%;
}
#login label[for="user_login"]::before,
#login label[for="user_pass"]::before {
  background-color: #607d8b;
  border-radius: 2px 0 0 2px;
  bottom: 5px;
  color: white;
  display: flex;
  flex-direction: column;
  font-family: fontawesome;
  font-size: 13px;
  justify-content: center;
  left: 0;
  position: absolute;
  text-align: center;
  top: 5px;
  width: 40px;
}
#login label[for="user_login"]::before {
  content: "\f007";
}
#login label[for="user_pass"]::before {
  content: "\f084";
}
#login #user_login,
#login #user_pass {
  border: 1px solid #607d8b;
  border-radius: 2px;
  display: block;
  float: left;
  font-size: 14px;
  margin: 5px 0 !important;
  padding: 6px 5px 6px 50px;
  width: 100%;
  background-color: white;
}
#login #user_login::-webkit-input-placeholder,
#login #user_pass::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  font-size: 10px;
}
#login #user_login::-moz-placeholder,
#login #user_pass::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 10px;
  opacity: 1;
}
#login #user_login:-ms-input-placeholder,
#login #user_pass:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 10px;
}
#login .forgetmenot {
  padding: 10px 0;
}
#login p.submit {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
#login p.submit > input {
  background: #607d8b none repeat scroll 0 0;
  border-radius: 0;
  box-shadow: inset 0 -2px #4b626d;
  color: #212c31;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s;
  text-shadow: 0 1px 2px #0d1012;
  border-bottom: 2px solid #4b626d;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  padding: 0px 15px;
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 0 12px 2px;
  transition: all 0.4s ease 0s;
}
#login p.submit > input:hover {
  background-color: #566f7c;
  border-color: #41545e;
  box-shadow: inset 0 -2px #41545e;
  color: #212c31;
}
#login p.submit > input span,
#login p.submit > input span::before {
  color: #212c31;
  text-shadow: 0 1px 2px #0d1012;
}
#login .forgetmenot {
  padding: 10px 0;
  width: 100%;
}
#login .forgetmenot label {
  width: 100%;
  display: block;
}
#login #backtoblog,
#login #nav {
  width: 100%;
  box-sizing: border-box;
  padding: 0;
}
#login #backtoblog a,
#login #nav a {
  background: #607d8b none repeat scroll 0 0;
  border-radius: 0;
  box-shadow: inset 0 -2px #4b626d;
  color: #212c31;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s;
  text-shadow: 0 1px 2px #0d1012;
  border-bottom: 2px solid #4b626d;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  padding: 0px 15px;
  width: 100%;
  height: 40px;
  line-height: 35px;
  box-sizing: border-box;
  display: block;
}
#login #backtoblog a:hover,
#login #nav a:hover {
  background-color: #566f7c;
  border-color: #41545e;
  box-shadow: inset 0 -2px #41545e;
  color: #212c31;
}
#login #backtoblog a span,
#login #backtoblog a span::before,
#login #nav a span,
#login #nav a span::before {
  color: #212c31;
  text-shadow: 0 1px 2px #0d1012;
}
#login form {
  background: rgba(255,255,255,0.62) none repeat scroll 0 0;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.13);
  margin-left: 0;
  margin-top: 20px;
  padding: 25px;
}
