/** @format */

.home {
  text-decoration: none;
}

.header {
  width: 150px;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 10px;
}

.header img {
  margin: 0;
  margin-left: 42.5px;
  margin-bottom: 5px;
  width: 65px;
}

.header hr {
  height: 2px;
  border: 0;
  background-color: white;
  margin: 0;
  margin-bottom: 5px;
}

.header p {
  color: #ffcb5d;
  font-family: Reflisatta;
  font-size: 33px;
  text-align: center;
  margin: 0;
}

.form {
  margin: 0 auto;
  margin-bottom: 40px;
  width: 460px;
  background-color: white;
  font-family: Carlito-Regular;
  height: 210px;
  border-radius: 25px;
}

.form .title {
  width: 76%;
  color: #0d253d;
  font-size: 25px;
  padding-top: 25px;
  margin: 0;
  margin-left: 12%;
  text-align: center;
}

#pseudo {
  margin-top: 25px;
  float: left;
}

#email {
  margin-top: 5px;
  float: left;
}

#password {
  margin-top: 5px;
  float: left;
}

#confirm-password {
  margin-top: 30px;
  float: left;
}

#pseudo,
#email,
#password,
#confirm-password {
  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;
}

::placeholder {
  color: rgba(0, 0, 0, 0.35);
}

#submit {
  font-size: 19px;
  width: 80%;
  margin-left: 12%;
  padding: 10px 0 10px 0;
  margin-top: 5px;
  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);
}

#pseudo,
#email,
#password,
#confirm-password {
  margin-left: 12%;
  font-size: 19px;
  width: 76%;
}

.form .error {
  color: red;
  text-align: left;
  margin: 0;
  margin-top: 5px;
  margin-left: 15%;
  height: 19px;
  width: 81%;
}

.form p {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0;
  margin-top: 25px;
  margin-bottom: 3px;
}

.log {
  text-decoration: none;
  text-align: center;
  color: #ffcb5d;
  transition: 0.3s;
}

.log:hover {
  color: #0d253d;
}
