@import url(../css/reset.css);
#content {
  padding: 12px 30px;
}
#content .cont {
  width: 100%;
  padding: 18px;
  background: #1F003F;
  border-radius: 8px 8px 8px 8px;
}
#content .cont input {
  display: block;
  width: 664px;
  height: 50px;
  border: none;
  margin-bottom: 10px;
  background: #2F0956;
  text-indent: 1em;
  font-size: 14px;
  font-family: R;
  font-weight: 400;
  color: #ffffff;
}
#content .cont input::-webkit-input-placeholder {
  color: #ffffff;
}
#content .cont textarea {
  width: 100%;
  height: 227px;
  border: none;
  margin-bottom: 10px;
  background: #2F0956;
  text-indent: 1em;
  font-size: 14px;
  font-family: R;
  font-weight: 400;
  color: #ffffff;
  padding: 16px 0;
  box-sizing: border-box;
}
#content .cont textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#content .cont .btm_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#content .cont .btm_box p {
  font-size: 12px;
  font-family: R;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}
#content .cont .btm_box p a {
  color: #00A2FF;
}
#content .cont .btm_box button {
  width: 261px;
  height: 50px;
  background: #F83CB6;
  border-radius: 8px 8px 8px 8px;
  border: none;
  font-size: 18px;
  font-family: B;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
