/* Background Image */

body.login {
  background-image: url("../assets/login-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  height: auto;
  min-height: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.interim-login {
  min-height: none;
}
/* Logo */

.login h1 {
  width: 100%;
}

.login h1 a {
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  width: 180px;
  height: 80px;
  margin: 0 auto 20px;
}

/* Message Box */

.login #login_error {
  border: 0;
  box-shadow: none;
  margin: 0 0 20px;
  padding: 20px;
  box-sizing: border-box;
  background: transparent;
  color: #fff;
  text-align: center;
  position: relative;
  width: 100%;
}

.login-action-lostpassword #login_error {
  margin-top: 20px;
}

.login .message {
  border-left: 0;
  background-color: transparent;
  box-shadow: none;
  color: #f5f5f5;
  font-size: 16px;
  text-align: center;
}

/* Login Form & Lost Password Form */

.galogin-powered {
  display: none;
}

div#login {
  width: 100%;
  max-width: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#loginform,
#lostpasswordform {
  background: 0;
  box-shadow: none;
  margin: 0 0 20px;
  padding: 0;
  position: relative;
  color: #fff;
  width: 100%;
  border: none;
}

/* Form Elements Underline */

#loginform p,
#lostpasswordform p,
.user-pass-wrap {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  margin: 0;
  color: #fff;
  position: relative;
}

/* Two Factor login plugin related adjustment */
#loginform[name="validate_2fa_form"] p {
  border: none;
  position: static;
}

/* Form Elements */

.login label {
  color: transparent;
  position: relative;
}

#loginform .button.wp-hide-pw {
  top: 9px;
  color: rgba(255, 255, 255, 0.4);
}

input#user_login,
input#user_pass,
#loginform input[type="text"] {
  outline: none;
  background: none;
  width: 100%;
  border: 0;
  box-shadow: none;
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 20px;
  padding-left: 60px;
}

.slc-code-paragraph {
  margin-top: 27px;
}
#loginform label[for="slc-captcha-answer"]:before {
  content: "\f296";
}

.submit input {
  float: none;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.login-action-lostpassword .submit input {
  margin-top: 20px !important;
}

.submit input:active {
  margin: 0;
  -webkit-transform: scale(0.99);
  transform: scale(0.99);
}
.submit {
  display: block;
  width: 100%;
}
#login form p.submit {
  margin: 48px 0 0;
  border: none;
}
.submit input.button {
  display: block;
  background: #3498db; /*#FF3366;*/
  width: 100%;
  height: auto !important;
  margin: 0 auto 20px;
  padding: 12px 20px !important;
  border: 0;
  border-radius: 100px;
  box-shadow: none;
  box-sizing: border-box;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-shadow: none;
}
.submit input.button:focus {
  box-shadow: none;
}

/* Remeber Me */

.forgetmenot {
  margin: 20px 0 !important;
  border-bottom: 0 !important;
  color: #fff;
  font-size: 14px;
  font-weight: 600 !important;
  float: none !important;
}

.forgetmenot input {
  background: #fff;
  border: 0;
}

.forgetmenot label {
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
}

/* Forgot Password */

.login #nav {
  margin: 0;
  padding: 0 0 40px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  width: 100%;
}

.login #nav a {
  color: inherit;
}

/* Icons */

@font-face {
  font-family: "Ionicons";
  src: url("../assets/fonts/ionicons.eot?v=2.0.0");
  src:
    url("../assets/fonts/ionicons.eot?v=2.0.0#iefix")
      format("embedded-opentype"),
    url("../assets/fonts/ionicons.ttf?v=2.0.0") format("truetype"),
    url("../assets/fonts/ionicons.woff?v=2.0.0") format("woff"),
    url("../assets/fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}

#loginform label:before,
#lostpasswordform p:before,
.login #login_error:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#loginform label:before,
#lostpasswordform p:before {
  position: absolute;
  top: 51px;
  left: 10px;
  color: inherit;
  font-size: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  color: rgba(255, 255, 255, 0.4);
}
#loginform label[for="user_login"]:before {
  content: "\f213";
}
#loginform label[for="user_pass"]:before {
  content: "\f200";
}
.slc-code-paragraph {
  position: absolute !important;
  border: none !important;
  margin-top: 3px !important;
}
.slc-code-span {
  display: inline !important;
  background: none !important;
  vertical-align: middle;
  color: #f5f5f5 !important;
  font-size: 14px !important;
}
.slc-label-span {
  font-size: 12px;
  color: #f5f5f5;
}
#lostpasswordform p:before {
  content: "\f132";
}
.login #login_error:before {
  content: "\f34a";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: inherit;
  font-size: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  color: rgba(255, 255, 255, 0.4);
  display: block;
}
#loginform p.forgetmenot:before,
#loginform p.submit:before,
#lostpasswordform p.submit:before {
  content: "";
}

/* Back to link */

#backtoblog {
  display: none;
}

/*p#backtoblog {
  position: fixed;
  top: 40px;
  left: 40px;
  margin: 0;
  padding: 0;
}

p#backtoblog a {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 600;
}

p#backtoblog a:focus, p#backtoblog a:hover {
  color: #FFF;
}*/
