@import url("https: //fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
@media only screen and (max-width: 1080px) {
  html, body {
    height: auto;
  }
}

@media screen and (max-height: 725px) {
  html, body {
    height: auto;
  }
}

.login {
  /* background: linear-gradient(261.51deg, #CE0DFC 0%, #44039B 101.45%);*/
  background-image: url("https://bl.bookkeepers.com/wp-content/uploads/2020/09/blbg.png");
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}

@media only screen and (max-width: 1080px) {
  .login {
    padding-top: 150px !important;
    padding-bottom: 50px;
  }
}

@media screen and (max-height: 725px) {
  .login {
    padding-top: 150px !important;
    padding-bottom: 50px;
  }
}

.login.bb-login #login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 50px 64px !important;
  background: #fff;
  position: relative;
  max-width: 500px;
  width: calc(100% - 40px);
  border-radius: 15px;
}

@media only screen and (max-width: 1080px) {
  .login.bb-login #login {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.login.bb-login #login label[for=user_login]:before {
  content: "";
  width: 18px;
  height: 14px;
  background: url("../img/email.svg") no-repeat center center/contain;
  top: 20px;
}

.login.bb-login #login > h1 {
  position: absolute;
  top: -147px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (max-width: 1080px) {
  .login.bb-login #login > h1 {
    top: -100px;
  }
}

@media screen and (max-height: 725px) {
  .login.bb-login #login > h1 {
    top: -100px;
  }
}

.login.bb-login #login .login-heading {
  margin: 0 auto 31px;
}

.login.bb-login #login .login-heading h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  color: #44039B;
  margin: 0;
}

@media only screen and (max-width: 1080px) {
  .login.bb-login #login .login-heading h2 {
    font-size: 25px;
  }
}

.login.bb-login #login #loginform {
  margin: 0;
}

.login.bb-login #login #loginform input[type="text"], .login.bb-login #login #loginform input[type="password"] {
  width: 100%;
  height: 54px;
  background: #FFFFFF;
  border: 1px solid #E1E1E1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  margin: 0 auto 20px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #262528;
}

.login.bb-login #login #loginform input[type="text"]::-webkit-input-placeholder, .login.bb-login #login #loginform input[type="password"]::-webkit-input-placeholder {
  color: #848484;
}

.login.bb-login #login #loginform input[type="text"]::-moz-placeholder, .login.bb-login #login #loginform input[type="password"]::-moz-placeholder {
  color: #848484;
}

.login.bb-login #login #loginform input[type="text"]:-ms-input-placeholder, .login.bb-login #login #loginform input[type="password"]:-ms-input-placeholder {
  color: #848484;
}

.login.bb-login #login #loginform input[type="text"]:-moz-placeholder, .login.bb-login #login #loginform input[type="password"]:-moz-placeholder {
  color: #848484;
}

.login.bb-login #login #loginform .user-pass-wrap {
  margin-bottom: 10px;
}

.login.bb-login #login #loginform .user-pass-wrap .wp-pwd:before {
  content: "";
  width: 14.4px;
  height: 16px;
  background: url("../img/lock.svg") no-repeat center center/contain;
  top: 18px;
  left: 11px;
}

.login.bb-login #login #loginform .button.wp-hide-pw, .login.bb-login #login #loginform .button.wp-hide-pw:focus {
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 10px;
}

.login.bb-login #login #loginform .button.wp-hide-pw > span, .login.bb-login #login #loginform .button.wp-hide-pw:focus > span {
  position: static;
  font-size: 20px;
  color: #848484;
  opacity: 1;
}

.login.bb-login #login #loginform .submit input[type="submit"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  background: #446BD0;
  border-radius: 100px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 40px;
  border: 0; 
  border-radius: 100px;
}

.login.bb-login #login #loginform .submit input[type="submit"]:hover, .login.bb-login #login #loginform .submit input[type="submit"]:focus {
  background: #44039B;
}

.login.bb-login #login #loginform p.forgetmenot {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #4A456C;
  padding: 0;
}

.login.bb-login #login #loginform p.lostmenot {
  padding: 0;
}

.login.bb-login #login #loginform p.lostmenot a {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  color: #44039B;
}

.login.bb-login #login #loginform span.checkbox {
  background: #FFFFFF;
  border: 1px solid #44039B;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 10px;
}

.login.bb-login #login #loginform span.checkbox.on {
  background: #44039B;
}

.login.bb-login #login #loginform span.checkbox.on:before {
  background: #44039B;
  border: 1px solid #44039B;
  border-radius: 4px;
  left: -5px;
}

.login.bb-login #login_error {
  background: rgba(234, 24, 24, 0.1);
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #EA1818;
  padding: 20px;
  margin: 0 0 20px;
}

.login.bb-login #login_error strong {
  font-weight: 400;
}

.login.bb-login #login_error a {
  color: #44039B;
}

.login.bb-login .message:not(.reset-pass) {
  padding: 0;
  background: 0 !important;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #595959 !important;
  margin: 0 0 40px;
}

.login.login-action-lostpassword #login > .message {
  margin: 0 0 40px;
}

.login.login-action-lostpassword #login > .message > div {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 32px !important;
  line-height: 38px;
  text-align: center;
  color: #44039B;
  margin: 0 0 20px;
}

@media only screen and (max-width: 1080px) {
  .login.login-action-lostpassword #login > .message > div {
    font-size: 25px !important;
  }
}

.login.login-action-lostpassword #login > .message p.message {
  padding: 0;
  background: 0;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #595959;
  margin: 0;
}

.login.login-action-lostpassword #login #lostpasswordform {
  margin: 0;
}

.login.login-action-lostpassword #login #lostpasswordform input[type="text"] {
  width: 100%;
  height: 54px;
  background: #FFFFFF url("../img/email.svg") no-repeat 20px center;
  border: 1px solid #E1E1E1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  margin: 0 auto 7px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #262528;
  padding-left: 54px;
}

.login.login-action-lostpassword #login #lostpasswordform input[type="text"]::-webkit-input-placeholder {
  color: #848484;
}

.login.login-action-lostpassword #login #lostpasswordform input[type="text"]::-moz-placeholder {
  color: #848484;
}

.login.login-action-lostpassword #login #lostpasswordform input[type="text"]:-ms-input-placeholder {
  color: #848484;
}

.login.login-action-lostpassword #login #lostpasswordform input[type="text"]:-moz-placeholder {
  color: #848484;
}

.login.login-action-lostpassword #login #lostpasswordform .submit input[type="submit"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  background: #CE0DFC;
  border-radius: 100px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 40px;
  border: 0;
  border-radius: 100px;
}

.login.login-action-lostpassword #login #lostpasswordform .submit input[type="submit"]:hover, .login.login-action-lostpassword #login #lostpasswordform .submit input[type="submit"]:focus {
  background: #44039B;
}

.login.login-action-lostpassword #login #lostpasswordform .bs-sign-in {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #44039B;
  margin-top: 60px;
}
/*# sourceMappingURL=login.css.map */