@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap');

.login {
  background-image: url(../../images/Clouds2.svg);
  font-family: 'Lato', sans-serif;
  background-size: 100% !important;
  width: 100%;
  background-repeat: no-repeat;
  height: calc(100vh - 90px);
  background-position: bottom;
  background-color: #3a9bcc;
}


#login h1 a, .login h1 a {
    background-image: url(../../images/whitelogo.svg);
    height: 90px;
    width: 200px;
    background-size: 200px 90px;
    background-repeat: no-repeat;
    padding-bottom: 10px;
}


p {
  color: #ffffff;
}

.dashicons, .dashicons-before::before {
  color: #3a9bcc;
}

#login {
  width: 94%;
  margin: 0 auto;
  max-width: 600px;
  box-sizing: border-box;
  margin-top: 90px;
  background: #0061aa;
  border-bottom: 10px solid #2081bc;
  padding: 40px 30px;
  box-shadow: 0px 6px 12px -4px rgba(0,0,0,.3);
}

#loginform,#registerform,#lostpasswordform {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  margin-top: 40px;
}

.login .message, .login .success {
    border-left: 0px;
    padding: 12px 0 0;
    margin-left: 0;
    margin-bottom: 20px;
    background-color: transparent;
    box-shadow: none;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    color: #dd7a26;
}
.login #login_error {
  border-left: 0;
  color: #fff;
  margin: 40px auto;
  font-size: 14px;
  background: #3a9bcc;
}
.login #login_error a {
  color: #dd7a26;
  cursor: pointer;
}
.login #login_error a:hover {
  text-decoration: none;
}
.login p.register {
  margin-bottom: 40px;
  font-size: 0px !important;
}


.wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large {
  font-weight: 700;
  padding: 12px 20px;
  border-radius: 0;
  border: none;
  min-height: none;
  line-height: normal;
  display: inline-block;
  text-transform: uppercase;
  background: #dd7a26;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  letter-spacing: .1em;
  font-size: 14px;
}

.wp-core-ui .button-group.button-large .button:hover, .wp-core-ui .button.button-large:hover {
  background: #3a9bcc;
}

.login label {
  font-weight: 700;
  color: #fff;
  font-size: 16px;
}

.login form .input, .login input[type="text"] {
  width: 100%;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid transparent;
  font-size: 16px;
  padding: 8px;
  color: #000000;
  height: 40px;
  background: #fff;
}

.login #backtoblog, .login #nav {
  padding: 0;
}

.login #backtoblog a, .login #nav a {
  font-weight: 700;
  color: #3a9bcc;
  font-size: 14px;
}

.login #backtoblog a:hover, .login #nav a:hover,
.login #backtoblog a:focus, .login #nav a:focus,
.login #backtoblog a:active, .login #nav a:active  {
  font-weight: 700;
  color: #fff;
}


@media (min-width: 600px) {
  .login {
    background-size: 800px;
  }
  #login h1 a, .login h1 a {
      height:120px;
      width:320px;
      background-size: 320px 120px;
      background-repeat: no-repeat;
  }
  #login {
    padding: 40px 60px;
  }
  .login p.register::after {
    font-size: 27px;
  }
}
