.header {
  background-color: rgba(34, 32, 36, 0.589);
  height: 60px;
  font-size: 30px;
  color: white;
}
.header > img {
  width: 120px;
  height: 70px;
}
.header > h2 {
  padding-top: 24px;
  margin-left: 9px;
}
.home-page {
  background: url(../img/strawberries-1330459_1920.jpg);
  background-repeat: no-repeat;
}
.first {
  background-color: #00000065;
  height: 520px;
  position: relative;
}
.form-wrapper {
  height: 470px;
  background-color: white;
  width: 300px;
  position: absolute;
  right: 25px;
  top: 35px;
  border-radius: 5px;
}
input[type="text"],
input[type="password"],
input[type="email"] {
  border: none;
  border-bottom: 1px solid;
  border-color: steelblue;
}
.log-sign {
  width: 50%;
  text-align: center;
  margin-top: 11px;
}
.signup-form {
  margin-top: 44px;
}
.form-group {
  margin-top: 10px;
  margin-bottom: 10px;
}
.footer-wrapper {
  padding-top: 50px;
}
.submit-btn {
  width: 100%;
  height: 35px;
  border-radius: 5px;
  background-color: rgba(255, 0, 0, 0.596);
  border: none;
  color: white;
  font-size: 20px;
  font-weight: bolder;
}
.footer-wrapper > p {
  margin-top: 20px;
  text-align: center;
  font-size: small;
}
.log-sign-wrapper {
  margin-left: 10px;
  margin-right: 10px;
  color: #8080806b;
}