@import "assets/font/font.css";
@import "assets/css/normalize.css";
@import "assets/css/flex.css";
@import "assets/css/header.css";
@import "assets/css/home.css";


.form {
  margin-top: 27px;
  border-radius: 10px;
  
  padding: 40px 34px 21px;
}
.form__btn {
  height: 74px;
  max-width: inherit;
}
.form__info {
  padding-right: 20px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.2;
  padding-left: 6px;
  margin-top: 22px;
}
.form__field {
  text-align: center;
  width: 100%;
  font-size: 18px;
  color: #000000;
  height: 74px;
  margin-bottom: 25px;
  border-radius: 10px;
  background: #F6F7F8;
}
.form__field::placeholder {
  color: #000000;
  opacity: 1;
}
.form__field:-ms-input-placeholder {
  color: #000000;
}

.yellow-btn {
  height: 80px;
  max-width: 370px;
  width: 100%;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #282828;
  border-radius: 10px;
  background: #FFDD2D;
  box-shadow: 1px 1px 16px 1px rgba(22, 21, 21, 0.63);
}

.hovv:hover {
	text-decoration: underline;
	color: #666;
}