/** @format */

.header {
  float: left;
  width: 100%;
  color: #ffcb5d;
  font-size: 50px;
  font-family: Carlito-Regular;
  text-align: center;
  margin-top: 75px;
}

.form {
  margin: 0 auto;
  margin-bottom: 40px;
  width: 850px;
  background-color: white;
  font-family: Carlito-Regular;
  height: 625px;
  border-radius: 25px;
}

.form .text {
  font-size: 22.5px;
  width: 65%;
  text-align: center;
  margin: auto;
  padding-top: 40px;
}

#email {
  margin-top: 40px;
  float: left;
}

#password {
  margin-top: 25px;
  float: left;
}

#email,
#password,
textarea,
#subject {
  padding: 10px 0 10px 15px;
  border: 2px solid rgba(0, 0, 0, 0.22);
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  color: #0d253d;
}

textarea,
#subject {
  font-family: Carlito-Regular;
  margin-top: 25px;
  float: left;
  resize: none;
}

#subject {
  height: 25px;
}

#description {
  height: 200px;
}

::placeholder {
  color: rgba(0, 0, 0, 0.35);
}

#submit {
  font-size: 19px;
  width: 67%;
  margin-left: 17.5%;
  padding: 10px 0 10px 0;
  margin-top: 25px;
  color: #0d253d;
  background-color: #ffcb5d;
  border-radius: 10px;
  float: left;
  cursor: pointer;
  border: 0;
  transition: 0.3s;
}

#submit:hover {
  color: #0d253d;
  background-color: hsla(41, 100%, 68%, 0.5);
}

#email,
#password,
textarea,
#subject {
  margin-left: 17.5%;
  font-size: 19px;
  width: 65%;
}

.sign {
  float: left;
  width: 100%;
  text-decoration: none;
  text-align: center;
  color: #ffcb5d;
  transition: 0.3s;
}

.sign:hover {
  color: #0d253d;
}

.error {
  font-size: 20px;
  color: red;
  margin: 5px 0 0 18.5%;
  width: 65%;
}

.ok {
  font-size: 20px;
  color: rgb(131, 218, 0);
  margin: 5px 0 0 18.5%;
  width: 65%;
}
