body {
  background: #f6f6f6;
  color: #595857;
}
body > section {
  padding: 0;
  width: 100vw;
  min-width: 1200px;
  height: 100vh;
}
body > section main {
  height: 100% !important;
  overflow: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
}
body > section main article {
  width: 50%;
}
body > section main article:nth-of-type(1) {
  padding: 100px 60px 0 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
}
body > section main article:nth-of-type(1) > div {
  margin: 0 auto;
  width: 500px;
}
body > section main article:nth-of-type(1) > div > div:nth-of-type(1) {
  margin: 0 auto;
  width: 300px;
}
body > section main article:nth-of-type(1) > div > div:nth-of-type(2) {
  padding: 0 0 55px 0;
}
body > section main article:nth-of-type(1) > div > div:nth-of-type(2) form {
  position: relative;
  top: 0;
  width: 100%;
}
body > section main article:nth-of-type(1) > div > div:nth-of-type(2) form .err_block {
  margin: 20px 0 0 0;
  width: 100%;
}
body > section main article:nth-of-type(1) > div > div:nth-of-type(2) form section h1 {
  text-align: center;
  font-size: 35px;
  font-weight: 200;
}
body > section main article:nth-of-type(1) > div > div:nth-of-type(2) form section h1 span {
  font-size: 25px;
  font-weight: 200;
}
body > section main article:nth-of-type(1) > div > div:nth-of-type(2) form section h2 {
  margin: 40px auto 0 auto;
  padding: 10px;
  border: solid 1px #dc143c;
  width: 370px;
  background: rgba(220, 20, 60, 0.05);
  color: #dc143c;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 15px;
  font-weight: 600;
}
body > section main article:nth-of-type(1) > div > div:nth-of-type(2) form section h2:nth-of-type(2) {
  margin: 20px auto 0 auto;
}
body > section main article:nth-of-type(1) > div > div:nth-of-type(2) form section p {
  margin: 10px 0 0 0;
  text-align: center;
  line-height: 1.4;
  font-size: 13px;
}
body > section main article:nth-of-type(1) > div > div:nth-of-type(2) form section p a:hover {
  text-decoration: underline;
}
body > section main article:nth-of-type(1) > div > div:nth-of-type(2) form > ul {
  margin: 40px 0 0 0;
  width: 100%;
}
body > section main article:nth-of-type(1) > div > div:nth-of-type(2) form > ul li {
  margin: 20px 0 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
body > section main article:nth-of-type(1) > div > div:nth-of-type(2) form > ul li:first-child {
  margin: 0;
}
body > section main article:nth-of-type(1) > div > div:nth-of-type(2) form > ul li:last-child {
  margin: 30px 0 0 0;
}
body > section main article:nth-of-type(1) > div > div:nth-of-type(2) form > ul li dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
body > section main article:nth-of-type(1) > div > div:nth-of-type(2) form > ul li dl dt {
  width: 100px;
}
body > section main article:nth-of-type(1) > div > div:nth-of-type(2) form > ul li dl dd input {
  width: 100%;
  height: 55px;
  border: none;
  text-align: center;
  border-bottom: solid 1px #ddd;
  color: #00AA90;
  font-size: 20px;
  font-weight: 600;
}
body > section main article:nth-of-type(1) > div > div:nth-of-type(2) form > ul li dl dd input:-ms-input-placeholder {
  color: #ccc;
  font-size: 14px;
  font-weight: 200;
}
body > section main article:nth-of-type(1) > div > div:nth-of-type(2) form > ul li dl dd input::placeholder {
  color: #ccc;
  font-size: 14px;
  font-weight: 200;
}
body > section main article:nth-of-type(1) > div > div:nth-of-type(2) form > ul li dl dd input:focus {
  border-bottom: solid 1px #00AA90;
}
body > section main article:nth-of-type(1) > div > div:nth-of-type(2) form > ul li > a {
  width: 300px;
  height: 50px;
  background: #00AA90;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 35px;
}
body > section main article:nth-of-type(2) {
  padding: 0 60px;
  background: linear-gradient(to bottom right, #096148, #00aa90);
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
}
body > section main article:nth-of-type(2):before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 50%;
  height: 100vh;
  display: block;
  background: url(../img/u000/bg.jpg);
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
}
body > section main article:nth-of-type(2) > div {
  margin: 110px 0 0 0;
  position: relative;
  z-index: 2;
}
body > section main article:nth-of-type(2) > div h1 {
  text-align: center;
  color: #FCFAF2;
  font-size: 35px;
  font-weight: 200;
}
body > section main article:nth-of-type(2) > div p {
  line-height: 1.6;
  text-align: center;
  color: #FCFAF2;
}
body > section main article:nth-of-type(2) > div p:nth-of-type(1) {
  margin: 40px 0 0 0;
  font-size: 18px;
}
body > section main article:nth-of-type(2) > div p:nth-of-type(2) {
  margin: 10px 0 0 0;
  font-size: 14px;
}
body > section main article:nth-of-type(2) > div p:nth-of-type(2) a {
  color: #FCFAF2;
  text-decoration: underline;
}
body > section main article:nth-of-type(2) > div p:nth-of-type(3) {
  margin: 50px 0 0 0;
  font-size: 16px;
}
body > section main article:nth-of-type(2) > div > a {
  margin: 15px auto 0 auto;
  width: 300px;
  height: 50px;
  border: solid 2px #FCFAF2;
  background: rgba(252, 250, 242, 0.2);
  color: #FCFAF2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 35px;
}
body > section main article:nth-of-type(2) > div > a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
