@import "https://fonts.googleapis.com/css?family=Cairo:400,500,600,700,800,900";
html, body {
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  border: 0;
  font-family: inherit;
  outline: none;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #F8F8F8;
  font-family: "Cairo", Tahoma, Arial, sans-serif;
  height: 1.5;
}

#login {
  background: #FFFFFF;
  padding: 42px 36px;
  border-radius: 10px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
  width: 328px;
}
#login h1 {
  margin: 0 0 36px;
}
#login h1:before {
  content: "";
  display: block;
  background: url("logo.svg") no-repeat center;
  width: 135px;
  height: 39px;
  margin: auto auto 36px;
}
#login h1 a {
  display: none;
}
#login a, #login label {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: bold;
  color: rgba(38, 50, 56, 0.54);
}
#login a {
  display: inline-block;
  text-decoration: none;
}
#login a:hover, #login a:focus {
  color: #FA7268;
}
#login form p:not(:last-child), #login .user-pass-wrap {
  margin-bottom: 24px;
}
#login input[type=submit] {
  display: block;
  color: #ffffff;
  background: #FA7268;
  font-size: 14px;
  font-weight: 600;
  border-radius: 20px;
  padding: 0 16px 6px;
  min-width: 156px;
  height: 40px;
  line-height: 36px;
  margin: 0 auto;
}
#login input[type=text], #login input[type=password] {
  width: calc(100% - 36px);
  border-bottom: 1px solid rgba(38, 50, 56, 0.08);
  margin-top: 12px;
  margin-right: 32px;
  font-size: 14px;
}
#login input[type=text]:focus, #login input[type=password]:focus {
  border-color: #FA7268;
}
#login input[type=text]::placeholder, #login input[type=password]::placeholder {
  color: rgba(38, 50, 56, 0.3);
}
#login label[for=user_login]:after, #login label[for=user_pass]:after, #login label[for=rememberme] span {
  position: absolute;
  top: 36px;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("icon-username.svg") no-repeat center;
}
#login label[for=user_pass]:after {
  background: url("icon-password.svg") no-repeat center;
}
#login label[for=rememberme] {
  padding-right: 32px;
}
#login label[for=rememberme] input {
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
#login label[for=rememberme] span {
  right: 0;
  top: 0;
  background: url("icon-checkbox-empty.svg") no-repeat center;
}
#login label[for=rememberme] input:checked + span {
  background: url("icon-checkbox.svg") no-repeat center;
}
#login #nav {
  text-align: center;
  margin: 16px 0 0;
}
#login #backtoblog {
  display: none;
}
#login #login_error, #login .message {
  padding: 12px 16px;
  border-radius: 10px;
  margin-bottom: 16px;
  font-size: 14px;
  color: rgba(38, 50, 56, 0.8);
}
#login #login_error {
  background: rgba(250, 114, 104, 0.15);
}
#login .message {
  background: rgba(38, 50, 56, 0.05);
}

body.login-action-lostpassword #login #nav {
  text-align: center;
}

.language-switcher {
  display: none;
}

#login .forgetmenot {
  display: flex;
  align-items: center;
  padding: 0 5px;
}
#login .forgetmenot label {
  padding: 0 15px;
}

/*# sourceMappingURL=style.css.map */
