/**
 * Login Styles
 *
 * Extend login styles for a better user experience.
 * This stylesheet follow the basic principles of CSS Guidilines http://cssguidelin.es/
 */
/**
 *
 * SETTINGS
 * Variables............Variables and config.
 *
 * TOOLS
 * Mixins...............Mixins.
 *
 * COMPONENTS
 * Widgets..............Widget styles.
 *
 */
/*------------------------------------*\
     #SETTINGS
 \*------------------------------------*/
/*------------------------------------*\
    #TOOLS
\*------------------------------------*/
/*------------------------------------*\
    #COMPONENTS
\*------------------------------------*/
a,
.button,
.btn,
input[type="submit"] {
  transition: all .2s ease-in-out;
}

.wp-core-ui .button-group.button-large .button,
.wp-core-ui .button.button-large {
  height: auto;
}

#login {
  margin: 8% auto;
  width: 100% !important;
  max-width: 400px;
  position: relative;
  padding: 15px 15px 0 15px !important;
}

@media screen and (min-width: 500px) {
  #login {
    padding: 30px 30px 0 30px !important;
  }
}

#login a:focus {
  box-shadow: none !important;
}

#login .button {
  box-shadow: none !important;
  text-shadow: none !important;
}

#login input[type=checkbox],
#login input[type=radio] {
  box-shadow: none !important;
}

#login input[type=checkbox],
#login input[type=radio] {
  width: 20px;
  min-width: 20px;
  height: 20px;
}

#login input[type=checkbox]:checked:before {
  margin: -2px 0 0 -3px;
}

.login {
  padding-left: 15px;
  padding-right: 15px;
}

.login * {
  box-sizing: border-box;
}

.login #login_error,
.login .message,
.login .success {
  box-shadow: none;
  padding: 15px;
  border: 0 !important;
  margin-bottom: 15px;
  line-height: 1.3em;
  font-size: .95em;
}

.login #login_error a,
.login .message a,
.login .success a {
  color: inherit !important;
}

.login #login_error a:hover,
.login .message a:hover,
.login .success a:hover {
  opacity: .9;
}

.login .success {
  color: #fff;
  background-color: #46b450;
}

.login #login_error {
  color: #fff;
  background-color: #dc3232;
}

.login h1 {
  padding: 0;
  margin: -15px -15px 15px -15px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 500px) {
  .login h1 {
    margin: -30px -30px 15px -30px;
  }
}

.login h1 a {
  width: 100%;
  height: 100px;
  background-position: center;
  background-size: auto 55px;
  margin-bottom: 0;
  display: block;
  padding: 15px;
}

.login form {
  padding: 0;
  margin: 0;
  box-shadow: none;
  background: none;
  border: none;
  border-radius: 0;
  display: flex;
  flex-direction: column;
}

.login form > div {
  order: 99;
  margin-top: 10px;
}

.login form .input,
.login form input[type="text"] {
  margin-top: 7px;
  height: 45px;
  padding: 8px 12px;
  box-shadow: none;
}

.login form p.submit {
  width: 100%;
  float: left;
}

.login form p.submit #wp-submit {
  width: 100%;
}

.login form .forgetmenot {
  float: none;
  margin-bottom: 15px !important;
}

.login #nav {
  margin: 15px -15px 0 -15px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  font-size: 0;
  color: transparent;
  display: flex;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

@media screen and (min-width: 500px) {
  .login #nav {
    margin: 30px -30px 0 -30px;
  }
}

.login #nav a {
  font-size: 14px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 6px;
}

.login #nav a:hover, .login #nav a:focus, .login #nav a:active {
  background-color: rgba(0, 0, 0, 0.05);
}

.login #backtoblog {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
}

.login #backtoblog a {
  display: block;
  padding: 20px 10px;
}

.login #backtoblog a, .login #backtoblog a:hover, .login #backtoblog a:focus, .login #backtoblog a:active {
  color: inherit !important;
}

.login #backtoblog:not(:hover):not(:focus):not(:active) a {
  opacity: .5;
}

.login .privacy-policy-page-link {
  position: fixed;
  bottom: 0;
  right: 0;
  width: auto;
  padding: 0;
  margin: 0;
  font-size: 13px;
  z-index: 99;
}

.login .privacy-policy-page-link a {
  display: block;
  padding: 5px 10px;
  text-decoration: none !important;
  background-color: rgba(0, 0, 0, 0.05);
  color: inherit !important;
}

.login .privacy-policy-page-link a:hover {
  opacity: .7;
}

.login #reg_passmail {
  font-style: italic;
  font-size: .9em;
}

.login .wp-social-login-provider-list {
  padding-left: 0;
  padding-right: 0;
}

.login #nsl-custom-login-form-main {
  width: 100%;
  float: left;
}

.login #nsl-custom-login-form-main .nsl-container {
  max-width: 100%;
  padding: 0;
}

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