/* Signup Form */

.select-first-light option:disabled {
  color: #ccc;
}

.select-country option:first-child {
  color: #cccccc;
}

.dark-form .btn-info:not(:disabled):not(.disabled):hover {
  background: #0097dc;
  border: none;
  border-radius: 4px;
  padding: 11px;
  box-shadow: none;
  margin-top: 26px;
  text-shadow: none;
  outline: none;
}

.dark-form .btn-info {
  background: #00a9f6;
  border: none;
  border-radius: 4px;
  padding: 11px;
  box-shadow: none;
  margin-top: 26px;
  text-shadow: none;
  outline: none;
}

/* Login form */

.login-blue {
  height: 100%;
  background-size: cover;
  position: relative;
}

.login-blue form {
  max-width: 420px;
  width: 90%;
  background-color: #00296B;
  padding: 40px;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  box-shadow: 3px 3px 4px rgba(0,0,0,0.2);
}

.blueform-con form {
  max-width: 600px;
  width: 90%;
  background-color: #1a1b40;
  padding: 40px;
  border-radius: 4px;
  color: #fff;
  box-shadow: 3px 3px 4px rgba(0,0,0,0.2);
  margin: 0 auto;
}

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

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

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

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

.login-blue form .btn-info {
  padding: 11px;
  box-shadow: none;
  margin-top: 26px;
  text-shadow: none;
  outline: none;
}

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

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

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

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

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

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

.blueform-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;
}

