body.login {
	background:#fff;
	background-image:url(../svg/theme-bg.svg);
	background-position: 67% 0%;
  	background-repeat: no-repeat;
}
.login .button-primary {
    float: none !important;
    width: 100%;
    background: #efefef !important;
	border: 1px solid #ccd7e8 !important;
	color: #555 !important;
}
.login h1 a {
  background-image: url('../png/seo-review-tools.png');
}

#loginform, #registerform, #lostpasswordform {border:none; box-shadow: 0 0 40px rgba(0,0,0,0.1); margin-top: 40px; border-radius:7px; position:relative;}

#loginform::after, #registerform::after, lostpasswordform::after {
  position: absolute;
  content: "";
  width: 30%;
  height: 150px;
  background-image: url(../svg/the-dots.svg);
  background-size: 1.4rem 1.8rem;
  z-index: -1;
  right: -20px;
  bottom: -35px;
}

.login form .input {padding:10px; font-size: 18px;}

.login form {
  padding: 50px 25px !important;
  overflow: inherit !important;
}

#wp-submit {
  margin-top: 10px;
  padding: 6px;
  font-weight: bold;
  /*
  background: #4080fb !important;
  color: #fff !important;
  border: 1px solid #2753a6 !important;
  */
  border-radius: 7px;
  
}
body #nsl-custom-login-form-main .nsl-container {display:block !important;}

a.wp-login-register{font-weight:bold; color:#79bf7e !important;}

.notice.notice-info.message {
  background: #fff;
  box-shadow: 0 0 40px rgba(0,0,0,0.1);
  margin: 10px auto;
  border-radius: 7px;
  text-align: center;
  padding: 14px;
}

