* {
  font-family: serif;
}

/* header  */
header {
  height: 100px;
  background-color: #000;
}

header img {
  height: 80%;
  margin: 10px 0 0 30px;
}

h3 {
  font-size: 20px;
  margin-top: 10px;
}

/* main  */
.main {
  text-align: center;
  background: url(../images/hero-background.jpg);
  /* background-color: rgba(255,255,255,0.2); */
}

.main h1 {
  font-size: 8vw;
  line-height: 8vw;
  color: #DDC7A1;
  padding: 15px 0;
}

/* ahmed_form start */
.ahmed_form ul li {
  padding: 10px 0;
}
.ahmed_form ul li label {
  display: inline-block;
  width: 130px;
  text-align: right;
  margin-right: 20px;
}
.ahmed_form ul li .inp {
  width: 242px;
  height: 37px;
  border: 1px solid #ccc;
}

.ahmed_form ul li input[placeholder] {
  text-indent: 5px;
}

/* register form */
.reg_form {
  margin-top: 30px;
}

.reg_form ul li {
  padding: 10px 0;
}

.reg_form ul li label {
  display: inline-block;
  width: 130px;
  text-align: right;
  margin-right: 20px;
}

.reg_form ul li .inp {
  width: 242px;
  height: 37px;
  border: 1px solid #ccc;
}
.button {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 25px;
  margin: 10px 0;
  border-radius: 2px;
  background: linear-gradient(180deg, #ecc572 0, #815500);
}
