body {
  background-color: #000;
  height: 100%
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.card-login {
  border-radius: 18px;
  background-color: #FFF;
  min-height: 330px;
  width: 400px;
  z-index: 10;
}

.login-title {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.login-sub-title {
  font-size: 10px;
  text-align: center;
  font-weight: 200;
}

.login-title-client {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.login-label {
  font-size: 12px;
  font-weight: 500;
  color: #CCC;
}

.login-input {
  border-radius: 15px;
  background-color: #FFF;
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  margin-top: 10px;
}

.register-input {
  border-radius: 15px;
  background-color: #FFF;
  width: 100%;
  padding: 10px;
  border: 1px solid #CCC;
}

input::placeholder {
  color: #ccc;
  font-size: 12px;
}

.form-option {
  color: #ccc;
  font-size: 10px;
}

.login-button-send {
  border-radius: 18px;
  padding: 14px;
  background-color: #4F6985;
  color: #FFF;
  width: 100%;
  font-size: 12px;
}

.login-button-send:hover {
  background-color: #568AC3;
}

.login-recover {
  font-size: 12px;
  color: #4F6985;
  cursor: pointer;
}

.login-terms {
  font-size: 12px;
  color: #000;
}

.login-image-background {
  z-index: -10;
  opacity: 0.5;
  height: 80vh;
  width: auto;
  position: absolute;
}

.login-text {
  color: #FFF;
  margin-left: 5px;
}

.login-button-register {
  border-radius: 18px;
  padding: 14px;
  background-color: #4F6985;
  color: #FFF;
  width: 200px;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
}

.login-button-register:hover {
  background-color: #568AC3;
}

.login-head {
  position: fixed;
  width: 100%;
}

.login-footer {
  text-align: center;
  color: #FFF;
  position: absolute;
  bottom: 10px;
  width: 100%;
  font-size: 12px;
  font-weight: 200;
}

.register-logo {
  width: 200px;
  height: auto;
}
