@charset "UTF-8";

body {
  color: #fff;
  font: normal 16px / 1.625 'Helvetica Neue Light',
  'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}

.login {
  display: flex;
  justify-content: center;
  background-color: #0A1B2B;
}

.login #login_error, .login .message, .login .success {
  font-size: 14px;
}

.login .message {
  border-left-color: #3362cb;
  color: #23448c;
  font-weight: 600;
}

.login #login_error {
  color: #c62406;
  font-weight: 600;
}

.login #login {
  padding: 0;
  width: 370px;
}

.login #login h1 a {
  background-image: url('assets/logo-white.png');
  height: 87px;
  width: 300px;
  background-size: 300px auto;
  background-repeat: no-repeat;
}

.login #login h1 a:focus {
  box-shadow: none;
  outline: 0;
}

.login #login #loginform,
#lostpasswordform {
  margin-bottom: 20px;
  padding-right: 0;
  padding-left: 0;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  /*border-bottom: 1px solid #9f5a0a;*/
  box-shadow: none;
}

.login #login #loginform input {
  font-family: inherit;
  outline: none;
  box-shadow: none;
}

.login #login #loginform input:not(#wp-submit):focus,
input[type='text']:focus {
  outline: none;
  box-shadow: none;
}

#loginform input[type='text'],
#loginform input[type='password'],
#lostpasswordform input[type='text'],
#lostpasswordform input[type='password'] {
  padding: 5px 0;
  width: 100%;
  color: #fff;
  font-family: inherit;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.38;
  border-radius: 0;
  border: none;
  outline: none;
  border-bottom: 1px solid #fff;
  background-color: transparent;
}

.login #login input#wp-submit {
  position: relative;
  padding: 0;
  display: block;
  height: auto;
  min-height: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  border: none;
  border-radius: 0;
  text-shadow: none;
  background-color: transparent;
  background-image: linear-gradient(to right, #fff, #fff);
  background-size: 0 2px;
  background-position: bottom left;
  background-repeat: no-repeat;
  box-shadow: none !important;
  outline: none !important;
  transition: 0.3s ease-in;
  cursor: pointer;
}

.login #login input#wp-submit:hover,
.login #login input#wp-submit:focus {
  background-size: 100% 2px;
}

.login .button.wp-hide-pw {
  border: 0 !important;
  box-shadow: none !important;
  color: white;
  outline: none !important;
}

.login .button.wp-hide-pw:hover {
  color: #9f6316;
}

.login #login p#nav {
  float: right;
  margin: 0 0 10px;
  text-align: center;
}

.login #login p#backtoblog {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}

.login #login p#nav a,
.login #login p#backtoblog a,
a.privacy-policy-link {
  background-color: transparent;
  background-image: linear-gradient(to right, #fff, #fff);
  background-size: 0 1px;
  background-position: bottom left;
  background-repeat: no-repeat;
  text-decoration: none !important;
  transition: 0.3s ease-in;
  color: rgba(255, 255, 255, 0.8);
}

a.privacy-policy-link {
  font-size: 13px;
}

.login #login p#nav a:hover,
.login #login p#nav a:focus,
.login #login p#backtoblog a:hover,
.login #login p#backtoblog a:focus,
a.privacy-policy-link:hover {
  background-size: 100% 1px;
  box-shadow: none;
  outline: 0;
}

.forgetmenot input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.forgetmenot label {
  position: relative;
  padding-left: 25px;
  display: inline-block;
}

.forgetmenot label::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  transform: translateY(-50%);
  content: '';
}

.forgetmenot label::after {
  position: absolute;
  left: 4px;
  top: 50%;
  width: 10px;
  height: 10px;
  background-color: #fff;
  transform: translateY(-50%);
  opacity: 0;
  content: '';
}

.forgetmenot input:checked + label::after {
  opacity: 1;
}


/* ========= */

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #0A1B2B;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0 1000px #0A1B2B inset !important;
  transition: background-color 0.3s ease-in-out 0s;
}
