/* start_imports */
/* end_imports */
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-display: fallback;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}
a:active, a:hover, a:focus {
  outline: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}

a[href^=tel],
a[href^=mailto] {
  color: inherit;
  text-decoration: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body.login {
  background: transparent;
  display: table;
  width: 100%;
  height: 100%;
  color: #333333;
}
body.login #login_wrap {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  position: relative;
  z-index: 0;
  text-align: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: inherit;
  background-color: #ffffff;
}
body.login #login_wrap div#login {
  background-color: #ffffff;
  max-width: 330px;
  padding: 30px;
}
body.login #login_wrap #loginform .input,
body.login #login_wrap #lostpasswordform .input {
  border: 2px solid #333;
  border-color: rgba(51, 51, 51, 0.2);
}
body.login #login_wrap #loginform .input:focus,
body.login #login_wrap #lostpasswordform .input:focus {
  border-color: #333333;
}
body.login #login_wrap #loginform input[type=radio],
body.login #login_wrap #loginform input[type=checkbox],
body.login #login_wrap #lostpasswordform input[type=radio],
body.login #login_wrap #lostpasswordform input[type=checkbox] {
  border: 2px solid #333;
  border-color: rgba(51, 51, 51, 0.2);
}
body.login #login_wrap #loginform input[type=radio]:focus,
body.login #login_wrap #loginform input[type=checkbox]:focus,
body.login #login_wrap #lostpasswordform input[type=radio]:focus,
body.login #login_wrap #lostpasswordform input[type=checkbox]:focus {
  border-color: #333;
}
body.login #login_wrap #loginform input[type=radio]:checked:before,
body.login #login_wrap #loginform input[type=checkbox]:checked:before,
body.login #login_wrap #lostpasswordform input[type=radio]:checked:before,
body.login #login_wrap #lostpasswordform input[type=checkbox]:checked:before {
  color: #333;
}
body.login #login_wrap #loginform #user_login,
body.login #login_wrap #loginform #user_pass,
body.login #login_wrap #lostpasswordform #user_login,
body.login #login_wrap #lostpasswordform #user_pass {
  color: #333333;
}
body.login #login_wrap p.forgetmenot label:hover {
  color: #333 !important;
}
body.login #login_wrap p.forgetmenot label:hover #rememberme {
  border-color: #333 !important;
}
body.login #login_wrap .back-to-site a {
  opacity: 1;
}
body.login #login_wrap.has-bg-image .back-to-site .version,
body.login #login_wrap.has-bg-image .back-to-site a {
  color: #ffffff;
}
body.login * {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
body.login div#login {
  padding: 0;
  margin: 30px auto;
  max-width: 270px;
  position: relative;
}
body.login div#login .client-logo {
  margin-bottom: 45px;
  display: block;
  padding: 0 40px;
}
body.login div#login h1 {
  display: none;
  width: 100%;
  text-align: center;
}
body.login div#login h1 a {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: inherit;
  background-size: contain;
  background-image: none;
  background-color: #ffffff;
  width: 200px;
  margin: 0 auto;
  padding: 0;
  display: inline-block;
  margin: 0;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: relative;
  display: none;
}
body.login div#login h1 a:hover {
  opacity: 0.7;
}
body.login .message {
  border: none;
  text-align: center;
  font-style: italic;
  color: #333;
}
body.login #loginform,
body.login #lostpasswordform {
  margin: 0;
  position: inherit !important;
  left: inherit !important;
  width: 100%;
  background-color: transparent;
  text-align: center;
  padding: 0;
  border: none !important;
}
body.login #loginform label,
body.login #lostpasswordform label {
  font-weight: 500;
  color: #333;
  display: block;
  width: 100%;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}
body.login #loginform label .input,
body.login #lostpasswordform label .input {
  margin-top: 10px;
}
body.login #loginform .input,
body.login #lostpasswordform .input {
  padding: 8px 10px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  background-color: transparent;
  border-radius: 1000px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  -o-border-radius: 1000px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
  outline: none !important;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.login #loginform .input:focus,
body.login #lostpasswordform .input:focus {
  border-color: white;
}
body.login #loginform input[type=radio],
body.login #loginform input[type=checkbox],
body.login #lostpasswordform input[type=radio],
body.login #lostpasswordform input[type=checkbox] {
  border: 2px solid #ffffff;
  border-color: rgba(255, 255, 255, 0.5);
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.login #loginform input[type=radio]:focus,
body.login #loginform input[type=checkbox]:focus,
body.login #lostpasswordform input[type=radio]:focus,
body.login #lostpasswordform input[type=checkbox]:focus {
  border-color: #ffffff;
}
body.login #loginform input[type=radio]:checked:before,
body.login #loginform input[type=checkbox]:checked:before,
body.login #lostpasswordform input[type=radio]:checked:before,
body.login #lostpasswordform input[type=checkbox]:checked:before {
  color: #ffffff;
  margin: -2px 0 0 -3px;
  font-size: 21px !important;
}
body.login #loginform .wp-hide-pw,
body.login #lostpasswordform .wp-hide-pw {
  border-radius: 0 500px 500px 0;
  -webkit-border-radius: 0 500px 500px 0;
  -moz-border-radius: 0 500px 500px 0;
  -ms-border-radius: 0 500px 500px 0;
  -o-border-radius: 0 500px 500px 0;
  border-width: 2px;
}
body.login #loginform #rememberme,
body.login #lostpasswordform #rememberme {
  margin: 0;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-top: -2px;
}
body.login #backtoblog {
  margin: 0;
  background: #ffffff;
  padding-bottom: 20px;
  display: none;
}
body.login #login_error {
  border: 2px solid #ffffff !important;
  background-color: transparent;
  color: #333;
  float: left;
  width: 100%;
  margin-bottom: 25px;
  text-align: center;
  line-height: 1.5;
  padding: 0 15px 20px;
}
body.login #login_error strong {
  background: transparent;
  font-weight: 900;
}
body.login #login_error a {
  display: inline-block;
  background-color: #333;
  border: 2px solid #333;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 20px;
  margin-top: 10px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 900;
  border-radius: 1000px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  -o-border-radius: 1000px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.login #login_error a:hover, body.login #login_error a:focus {
  background: #ffffff;
  color: #333;
}
body.login #lostpasswordform {
  margin-top: 0;
  position: inherit !important;
  left: inherit !important;
  width: 100%;
}
body.login p {
  clear: both;
  display: block;
  margin-top: 10px;
}
body.login p:first-child {
  margin-top: 0;
}
body.login p.forgetmenot {
  float: none;
}
body.login p.forgetmenot label {
  display: inline-block !important;
  width: auto !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.login p.forgetmenot label:hover {
  color: red !important;
}
body.login p.forgetmenot label:hover #rememberme {
  border-color: red !important;
}
body.login .submit {
  text-align: center;
  margin-top: 30px !important;
}
body.login #wp-submit {
  border: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 43px;
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 1000px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  -o-border-radius: 1000px;
  font-weight: 400;
  position: relative;
  overflow: hidden;
  outline: none;
  padding: 0px 20px;
  text-shadow: none !important;
  vertical-align: baseline !important;
  transform: none !important;
  font-weight: 600;
  float: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #1486B8;
  color: #ffffff;
}
body.login #wp-submit:hover, body.login #wp-submit:focus {
  background-color: #19a8e6;
  color: #ffffff;
}
body.login .back-to-site {
  margin-bottom: 45px;
}
body.login .back-to-site a {
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.login .back-to-site a:hover, body.login .back-to-site a:focus {
  opacity: 1;
}
body.login .back-to-site .version {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  padding: 0 15px;
}
body.login .back-to-site .version:hover {
  opacity: 0.5;
}