.login-dark {
  height: 100%;
  /*background: #475d62 url(../../assets/img/star-sky.jpg);*/
  background-size: cover;
  position: relative;
}

.login-dark form {
  max-width: 420px;
  width: 90%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
}

.darkform-con form {
  max-width: 600px;
  width: 90%;
  margin: 0 auto;
}

.illustration {
  text-align: center;
  padding: 15px 0 20px;
  font-size: 100px;
  color: #bde9fd;
}

.darkform-con form .form-control {
  background: none;
  border: none;
  border-bottom: 1px solid #434a52;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  color: inherit;
}

.login-dark form .form-control {
  background: none;
  border: none;
  border-bottom: 1px solid #434a52;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  color: inherit;
}

.login-dark form .btn-primary {
  background: #214a80;
  border: none;
  border-radius: 4px;
  padding: 11px;
  box-shadow: none;
  margin-top: 26px;
  text-shadow: none;
  outline: none;
}

.login-dark form .btn-primary:hover, .login-dark form .btn-primary:active {
  background: #52d87f;
  outline: none;
}

.login-dark form .forgot {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #6f7a85;
  opacity: 0.9;
  text-decoration: none;
}

.login-dark form .forgot:hover, .login-dark form .forgot:active {
  opacity: 1;
  text-decoration: none;
}

.login-dark form .btn-primary:active {
  transform: translateY(1px);
}

.signup-form {
  max-width: 500px;
}

.darkform-con {
  padding: 80px 0 50px 0;
  min-height: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

#signup-textarea {
  min-height: 100px;
  max-height: 100px;
  background-color: rgba(255,255,255,0.04);
  color: rgba(255,255,255,0.5);
  font-size: 10px;
  border-bottom: 0;
  resize: none;
}

