body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  background: #ffffff;
}
#post p {
  color: #b7a690;
  font-size: 18px;
  letter-spacing: 0.2px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.login-form p {
  color: #b7a690;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
  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: 220px;
  display: block;
  font-size: 18px;
  color: #555;
  padding: 4px 10px;
  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: 90px;
  height: 35px;
  border: 0;
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 5px;
}
/* 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;
}
.cap-img-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 7px;
  margin: 8px 0px;
}
.captcha img {
  width: 40px;
  height: 40px;
}
.cap-btn button {
  all: unset;
  cursor: pointer;
}
.cap-img {
  width: 190px;
  height: 40px;
  border: 2px solid #4e4747cc;
  padding: 2px;
}
.cap-img img {
  width: 100%;
  height: 100%;
}
.scamed {
  background: url(img/scam.png);
  background-repeat: repeat;
  background-size: auto;
  width: 266px;
  height: 125px;
  background-size: cover;
  background-size: 100%;
  background-repeat: no-repeat;
  color: black;
  cursor: pointer;
  margin-bottom: 8px;
}
.scamed h3 {
  margin: 0;
  line-height: 0;
  font-size: 18px !important;
  padding: 0;
  padding-top: 0px;
  padding-top: 0px;
  font-weight: 700 !important;
  text-transform: uppercase;
  line-height: 0;
  padding-top: 35px;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-top: 0;
}
.flex h4 {
  font-size: 14px;
  padding: 0;
  width: 65%;
  text-align: start;
  margin-left: 35px;
}
.flex h2 {
  font-size: 45px;
  margin: 0;
  padding: 0;
}
.forgot-password {
  color: #a20092;
  font-size: 14px;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
}
ul li a {
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  color: #046aaf;
  font-weight: 500;
}

.popup {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  margin: auto;
  background: #00000073;
  display: none;
  align-items: center;
  justify-content: center;
}
.popup-content {
  box-sizing: border-box;
  background: #fff;
  width: 500px;
  padding: 20px 80px;
  border-radius: 20px;
  text-align: center;
}
.popup-content img {
  width: 100%;
}
.popup-content h3 {
  line-height: 30px;
  font-size: 18px;
  font-weight: 400;
}
.popup-text {
  padding: 0 20px;
}
.blue {
  color: #63c8fd;
  font-weight: 500;
}
.pink {
  color: #ff00ff;
  font-weight: 500;
}
.red {
  color: #cf2a27;
  font-weight: 600;
}
.close {
  cursor: pointer;
  color: #fff;
  background-color: #5cb85c;
  border: none;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
#post h6 {
  color: #767373 !important;
  margin: 10px;
  padding: 0;
}
#post a {
  display: block;
  width: 90%;
  color: #fff;
  background-color: #0492ff;
  margin: auto;
  font-size: 25px;
  line-height: 30px;
  padding: 3px;
  letter-spacing: 1px;
  border-radius: 3px;
  text-decoration: none;
  font-weight: bold;
  max-width: 238px;
}

a.login {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #b8b8b8;
  text-decoration: none;
  margin: 15px 0px;
}
