body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  background: #fbfef9;
}
#post p {
  color: #b7a690;
  font-size: 18px;
  letter-spacing: 0.2px;
}
.login-form p {
  color: #b7a690;
  font-size: 18px;
  letter-spacing: 0.2px;
}
.primary {
  border: none;
  display: block;
  width: 90%;
  color: #fff;
  background-color: #0492ff;
  margin: auto;
  font-size: 23px;
  font-weight: 400;
  line-height: 30px;
  padding: 3px;
  letter-spacing: 1px;
  border-radius: 3px;
  text-decoration: none;
  font-weight: bold;
  max-width: 245px;
}
.form-control {
  width: 360px;
  display: block;
  font-size: 18px;
  color: #555;
  padding: 7px;
  border-radius: 5px;
  border: 2px solid #888;
  margin-bottom: 10px;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
}
.sub-btn {
  display: block;
  margin: auto auto 10px auto;
  width: 110px;
  height: 45px;
  border: 0;
  background: #feb161;
  color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: normal;
  cursor: pointer;
}
.scamed img {
  width: 385px;
}

/* code  */

.new h3 {
  color: #d0caa8;
  background: #f8efd0;
  font-size: 30px;
  font-weight: 500;
  padding: 3px 0px;
  width: 650px;
  margin: 0;
  padding: 0;
  line-height: ;
}
.code-text {
  width: 450px;
  color: #fb8200c4;
  font-size: 22px;
  font-weight: 500;
}
.code-text span {
  font-weight: 700;
  color: #fa8303;
}
.blue-text {
  width: 300px;
  color: #66cbfd;
  font-size: 30px;
  font-weight: 500;
}
.enter {
  color: #fb8200c4;
  font-size: 22px;
  font-weight: 500;
}

.code-form {
  width: 300px;
  border: 1px solid #acaaaa;
  border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  height: 35px;
}
.code-btn {
  display: block;
  margin: auto auto 10px auto;
  width: 115px;
  height: 45px;
  border: 0;
  background: #feb161;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: normal;
  cursor: pointer;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
