
/* 
body {
  background-color: rgb(0, 26, 255) !important;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
} */

.contact-form-wrapper {

  padding: 50px 50px;
}

.contact-form {
  padding: 30px 40px;
  background-color: transparent;
  border-radius: 12px;
  max-width: 400px;
}

.contact-form textarea {
  /* resize: none; */
}

.contact-form .form-input,
.form-text-area {
  background-color: transparent;
  height: 50px;
  padding-left: 16px;
  border:none;
  border-bottom:solid 1px #fff;
 
}

.voroodi input{
  width: 100%;
}

.contact-form .form-text-area {
  background-color: transparent;
  border:none;
  border-bottom:solid 1px #fff;
  height: auto;
  padding-left: 16px;
}

.contact-form .form-control::placeholder {
  color: #fff;
  font-weight: 500;
  opacity: 0.8;
}

.contact-form .form-control:-ms-input-placeholder {
  color: #fff;
  font-weight: 500;
}

.contact-form .form-control::-ms-input-placeholder {
  color: #fff;
  font-weight: 500;
}

.contact-form .form-control:focus {
  border-color:  red;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px white;
  color:#fff;

}
.contact-form .form-control{
  color:#fff;

}
.contact-form .title {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}

.contact-form .description {
  color: #fff;
  font-size: 14px;
  text-align: center;
    opacity: 0.8;

}

.contact-form .submit-button-wrapper {
  text-align: center;
}

.contact-form .submit-button-wrapper input {
  border: none;
  border-radius: 4px;
  background-color: #fff;
  color: rgb(3, 3, 3);
  text-transform: uppercase;
  padding: 10px 60px;
  font-weight: 700;
  letter-spacing: 2px;
}

.contact-form .submit-button-wrapper input:hover {
  background-color: #ffd000;

}

