.error_alert_custome{
    font-size: 10px;
    color: red;
}

.error_alert_custome_big
{
  font-size: 20px;
  color: red;
}

.form-group.has-error input {
    border: 1px solid red;
  }

  .form-group.has-error select {
    border: 1px solid red;
  }

  .form-group.has-error textarea {
    border: 1px solid red;
  }

  .bd-example-modal-lg .modal-dialog{
    display: table;
    position: relative;
    margin: 0 auto;
    top: calc(50% - 24px);
   }
   
   .bd-example-modal-lg .modal-dialog .modal-content{
    background-color: transparent;
    border: none;
   }