.detail_article h1,
h2,
h3,
h4,
h5 {
  color: black !important;
  font-weight: bold;
  line-height: 55px;
  min-height: 62px;
}

.detail_article h1 {
  background: url(../img/bg/title1_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 60px;
  background-position: bottom;
  font-size: 40px;
  font-weight: 600;
}

h1 {
  width: 100%;
  text-align: center;
}


.subpage-form form input[type="text"],
.subpage-form form input[type="password"],
.subpage-form form input[type="select"]
{
  width: 100%;
}

.subpage-form .rawsignup input[type="button"],
.subpage-form .rawsignup input[type="submit"],
.myButton {
  /* min-width: 152px; */
  padding: 0 5px;
  height: 58px;
  background: #20554f;
  border: 1px solid #000;
  padding: 0px 26px;
  color: #e8de8e;
  font-weight: 600;
  text-transform: uppercase;
}
.myButton:hover {
  cursor: pointer;
}

.subpage-form .rawsignup {
  width: 100%;
  text-align: center;
  float: left;
  margin-bottom: 10px;
}

.subpage-form select {
  width: 100%;
  min-height: 60px;
}

input {
  /* min-width: 275px; */
  text-align: center;
}

.message {
  background-color: #d3c9c3db;
  color: black;
  text-align: center;
  margin: 0 12px;
  font-size: 26px; line-height: 1.2; padding: 8px;
}

.message-error {
  color: #b13131;
}

.message-success {
  color: #4f8a1a;
}

.message-warning {
  color: #da8e2f;
}

.ContentBlock a {
  color: #0f59ff;
  text-decoration: underline;
}

.myLabel {
  min-width: 170px;
  font-weight: 550;
}