#form_designers{
    position: relative;
}
#form_designers .form_rows {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.form_row label {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 5px;
  font-size: 18px;
}
#form_designers input{
    max-width: 100%;
}
#form_designers #msg {
  max-width: 100%;
  min-height: 212px;
}
.btn_form_designers {
  min-width: 196px;
  min-height: 40px;
  background-color: #3f3f3f;
    transition: al .3s ease;
}
.btn_form_designers:hover {
  background-color: #700000;
  border-color: #800000;
  color: #fff;
}
#form_designers .validete{
    border: 2px solid red;
}