.opulent-container {
    background-color: #ffffff;
    padding: 30px;
    border: 2px solid #DFDFDF;
    border-radius: 10px;
    margin-top: 50%;
   
}

.opulent-container-dashboard {
  background-color: #ffffff;
  padding: 30px;
  border: 2px solid #DFDFDF;
  border-radius: 10px;
  
}

.opulent-container:hover {
    border:2px solid #194536;
}

.opulent-form {
    font-family: 'Noto Sans', "Helvetica Neue" , Helvetica, Arial, sans-serif;
    color: black;
}

.opulent-heading {
    color: black;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.opulent-form-group label {
    font-family: 'Noto Sans', "Helvetica Neue" , Helvetica, Arial, sans-serif;
    color: black;
    font-size: 16px;
}

.opulent-input {
    border: 2px solid #DFDFDF;
    border-radius: 5px;
    padding: 6px;
    font-size: 16px;
    color: #46260A;
}

.opulent-input:focus {
  outline: none; /* Remove the default focus outline */
  border-color: #194536; /* Change the border color on focus */
  box-shadow: 0 0 5px #194536; /* Add a box shadow on focus if desired */
}

.opulent-error {
    font-size: 14px;
    color: #FF0000;
    margin-top: 5px;
}


.opulent-label {
  /* Customize the label appearance */
  /* Example styles: */
  font-size: 18px;
  color: #000000;
  /* Add more styles as desired */
}


.opulent-button {
  /* Customize the button appearance */
  /* Example styles: */
  background-color: #194536;
  border: 1px solid  #DFDFDF;
  color: #ffffff;
  padding: 8px 16px;
  font-size: 16px;
  border-radius: 4px;
  /* Add more styles as desired */
}




.opulent-button:hover {
  background-color: #ffffff;
    color: #194536;

}

.opulent-button:focus {
  outline: none;
  box-shadow: none;
}

.opulent-button:active {
  background-color: #dfe4e9;
}

.form-wrapper {
  background-image: url(https://myopulence.com/templates/public/1/_opulence/images/FormWatermark.png);
  background-repeat: no-repeat;
  background-position:  bottom right  ;
  
}

@media (max-width: 2400.98px) {
    .fix-width-container {
      width: 573px;
      max-width: 100%;
     
    }
  }