.login {
  background: #450063;
  color: white;
}

.login form {
  background: none;
  padding: 0;
  border: none;
}
.login form .input, .login input[type=text]{
  background: none;
  color: white;
  border-color: white;
  margin:4px 0 0 0;
}

.login .submit {
  text-align: center;
}

.login .button-primary {
  position: relative;
  text-align: center;
  border: none;
  color: white !important;
  padding:14px 30px !important;
  margin: 10px 0 0 0;
  font-size: 16px;
  font-family: stratos-lights, sans-serif;
  border-radius: 0px;
  background: #00CCBD;
  float: none;
  display:inline-block;
  min-height: 2px !important;
  line-height:16px !important;
  outline: none !important;
  border: none !important;
  transition: all 0.3s;
}

.login .button-primary:hover, .login .button-primary:active, .login .button-primary:focus {
  background: white;
  color: #450063 !important;
}


.login label {
  font-size: 14px;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 3px;
  display: block;
    font-weight: 300;
    font-size: 16px;
    float: none;
    line-height: 1.3;
    margin: 0 0 10px 0;
    padding: 0;
    font-family: stratos-lights, sans-serif;

}

.login h1 a {
  background-image: url(assets/logo.svg);
  background-image: none,url(assets/logo.svg);
  background-size: 180px 68px;
  background-position: center top;
  background-repeat: no-repeat;
  color: #3c434a;
  height:68px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  margin: 40px auto 45px;
  padding: 0;
  text-decoration: none;
  width: 180px;
  text-indent: -9999px;
  outline: 0;
  overflow: hidden;
  display: block;
}
.login form .forgetmenot {
  width: 100%;
  margin:0px 0 0 0;
}

.login #login_error, .login .message, .login .success {
  border-left: 4px solid #fff;
  color: white;
  padding: 15px;
  margin-left: 0;
  margin-bottom: 20px;
  background-color: #FB5058;
  box-shadow: 0 0px 0px 0 rgb(0 0 0 / 0%);
  font-size: 16px;
}