html {
  height: 100%;
}
form>*>input:not([type="submit"]), form>.w50>*>input:not([type="submit"]), form>.w100>*>input:not([type="submit"]), form select , form input:not(.choices__input):not([type="submit"]) , .form>*>input:not([type="submit"])  {

  color: #fff;

}
body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  background: linear-gradient(#141e30, #243b55);
}

.login-box {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 400px;
  padding: 40px;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, .5);
  box-sizing: border-box;
  box-shadow: 0 15px 25px rgba(0, 0, 0, .6);
  border-radius: 10px;
}

.login-box h2 {
  margin: 0 0 30px;
  padding: 0;
  color: #fff;
  text-align: center;
}

form label {
  color: #fff;
  display: block;
  white-space: nowrap;
}

form input:not([type="submit"]) {
  border-color: #fff;
}

form input:not([type="submit"]) {
  color: #fff;
}
