/* ========== contact.php - formular contact ========== */
.dreapta-contact {
  width: 40vw;
}

.dreapta-contact button {
  overflow: visible;
}

.dreapta-contact button,
.dreapta-contact select,
.centru-contact button,
.centru-contact select {
  text-transform: none;
}

.dreapta-contact button,
.dreapta-contact input,
.dreapta-contact select,
.dreapta-contact textarea {
  color: #5a5a5a;
  font: inherit;
  margin: 0;
}

.dreapta-contact input,
.centru-contact input {
  line-height: normal;
}

.dreapta-contact textarea,
.centru-contact textarea {
  overflow: auto;
}

.dreapta-contact form {
  padding: 1em;
  margin: 1em auto;
  width: 100%;
  border: 1px solid;
  box-shadow: 3px 3px 3px slategray;
  border-radius: 5px
}

.dreapta-contact input[type="text"],
.dreapta-contact input[type="email"],
.dreapta-contact input[type="tel"],
.dreapta-contact select,
.dreapta-contact textarea,
.centru-contact input[type="text"],
.centru-contact input[type="email"],
.centru-contact input[type="tel"],
.centru-contact select,
.centru-contact textarea {
  background: none;
  border: none;
  border-bottom: solid 2px #474544;
  color: #474544;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0em 0 1.875em 0;
  padding: 0 0 0.875em 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.dreapta-contact input[type="text"]:focus,
.dreapta-contact input[type="email"]:focus,
.dreapta-contact input[type="tel"]:focus,
.dreapta-contact textarea:focus,
.centru-contact input[type="text"]:focus,
.centru-contact input[type="email"]:focus,
.centru-contact input[type="tel"]:focus,
.centru-contact textarea:focus {
  outline: none;
  padding: 0 0 0.875em 0;
}

.dreapta-contact select,
.centru-contact select {
  background: url("https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-ios7-arrow-down-32.png") no-repeat right;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.dreapta-contact select::-ms-expand,
.centru-contact select::-ms-expand {
  display: none;
}

.dreapta-contact textarea,
.centru-contact textarea {
  line-height: 150%;
  height: 150px;
  resize: none;
  width: 100%;
}

.underline {
  border-bottom: solid 2px #474544;
  margin: 1em auto;
  width: 80px;
}

.icon_wrapper {
  margin: 30px auto 0;
  width: 100%;
}

.icon-contact {
  display: block;
  fill: #474544;
  height: 50px;
  margin: 0 auto;
  width: 50px;
}