html { 
  background: url(background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
  background-color: transparent;
}

form.mbk-login {
    width: 90%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    padding: 20px;
    background: rgba(230, 230, 230, 0.7);
    border-radius: 20px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}

.logo {
    width: 90%;
    max-width: 600px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    background-color: rgba(255,255,255,0.5);
}

#feedback {
    color: #d00;
    display: block;
    margin: 10px;
    text-align: center;
}

#success {
  color: #fff;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
  background: #17ab0d;
  padding: 20px;
  visibility: hidden;
  border: 1px solid white;
  border-radius: 5px;
}

.error {
  fill: '%23f00';
}

.loading {
    width: 25px;
    height: 25px;
    display: inline-block;
    visibility: hidden;
}