.form-control {
  border: 1px solid #e5e6e9;
  border-radius: 3px;
  height: 48px;
  padding: 20px 12px;
  font-size: 15px;
  background: transparent;
}

.form-control:focus {
  outline: 0;
  box-shadow: none;
  border-color: #e5e6e9 !important;
}

.form-control::placeholder {
  font-weight: 300;
  color: #999;
}

.control-label {
  font-size: 17px;
  margin-bottom: 13px;
}

textarea {
  border-radius: 0;
  height: 100% !important;
  width: 100%;
  resize: none;
  overflow-y: auto;
}

.language-img {
  width: 40px;
  height: 30px;
  border-radius: 5px;
  margin-right: 10px;
  display: inline-block;
}

.invalid {
  border-color: #f90d0dcc !important;
  border-radius: 3px !important;
  color: #f90d0dcc !important;
}

.valid {
  border-color: #59ed9c !important;
  border-radius: 3px !important;
  color: #59ed9c !important;
}

.success-color {
  color: #59ed9c !important;
}

.red-color,
.invalid::placeholder {
  color: #f90d0dcc !important;
  font-weight: bold;
}

.update-photo {
  margin-top: 10px;
  text-align: center;
}

.update-photo img {
  width: 300px;
  max-height: 350px;
}

.nice-select {
  width: 100% !important;
}

select.form-control {
  padding: 10px;
}
