.lp-banner-content-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 90px;
  padding-top: 120px;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

.subscription-form .alert {
  margin-bottom: 15px;
  padding: 10px 15px;
  border-radius: 4px;
}

.subscription-form .alert-success {
  background-color: #d4edda;
  border-color: #c3e6cb;
  color: #155724;
}

.subscription-form .alert-danger {
  background-color: #f8d7da;
  border-color: #f5c6cb;
  color: #721c24;
}

.listPropertyForm .alert-success {
  background-color: #d4edda;
  border-color: #c3e6cb;
  color: #155724;
} 
.listPropertyForm .is-invalid {
  border-color: #dc3545 !important;
  background-color: #fff !important;
}