.input-field{
  background: #47484a;
  border-radius: 30px;
  padding: 16px 16px;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  color: #fff;
  background-color: #47484a;
}
.input-field::placeholder {
  color: #fff;
  opacity: 1;
}
.input-field-textarea::placeholder {
  color: #fff;
  opacity: 1;
}
.input-label {
  font-size: 16px;
}

.form-btn-primary {
   height: 56px;
  color: #000 !important;
  background: #f0c966 !important;
  border-radius: 30px;
  font-size: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;

}

.form-btn-primary:hover {
  background: #fddc89 !important;
}
#remember_me {
  height: 18px;
  width: 18px;
}
.bg-after::before {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.bg-after {
  position: relative;
}










