* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  list-style: none;
}

.container-fluid {
  background: linear-gradient(to bottom, #3386FF, #FF439E, #8733FF);
}

.input-box {
  margin: 30px 0;
}

.input-box input {
  width: 100%;
  padding: 13px 50px 13px 20px;
  background: #eee !important;
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  font-size: 16px;
  color: #333;
  font-weight: 500;
}

.input-box input::placeholder {
  color: #888;
  font-weight: 400;
}

.input-box i {
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
}

.btn-custom {
  width: 100%;
  height: 48px;
  background: #637a86;
  color: white;
  border: none;
  font-weight: 600;
  font-size: 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.small-error {
  font-size: 0.875rem;
}

.alternate {
  color: #637a86;
}