body {
  background: #f7f5f2;
  overflow: hidden;
}
body > section {
  padding: 0;
}
body > section main {
  padding: 0;
  height: 100% !important;
  max-width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
}
body > section main article {
  width: 50%;
  color: #fff;
  display: block;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  color: #302833;
}
body > section main article:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 50%;
  height: calc(100vh - 60px);
  display: block;
  overflow: hidden;
  transition: linear 0.3s;
}
body > section main article > div {
  width: 100%;
  z-index: 2;
}
body > section main article > div > div {
  padding: 0 40px;
  width: 100%;
}
body > section main article > div > div:nth-of-type(1) {
  height: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}
body > section main article > div > div:nth-of-type(1):before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
body > section main article > div > div:nth-of-type(1) > h1 {
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  z-index: 2;
  letter-spacing: 2px;
  font-size: 26px;
  font-weight: 700;
}
body > section main article > div > div:nth-of-type(2) {
  padding-top: 30px;
}
body > section main article > div > div:nth-of-type(2):before {
  z-index: -1;
  transition: linear 0.3s;
}
body > section main article > div > div:nth-of-type(2) [data-first] {
  margin: 0 auto;
  max-width: 785px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-top: 40px;
  border-top: solid 1px #c0c6c9;
}
body > section main article > div > div:nth-of-type(2) [data-first] > div:nth-of-type(1) {
  min-width: 400px;
  width: calc(100% - 220px);
}
body > section main article > div > div:nth-of-type(2) [data-first] > div:nth-of-type(1) h1 {
  font-size: 20px;
  font-weight: 200;
}
body > section main article > div > div:nth-of-type(2) [data-first] > div:nth-of-type(1) p {
  line-height: 1.4;
}
body > section main article > div > div:nth-of-type(2) [data-first] > div:nth-of-type(1) p:nth-of-type(1) {
  margin: 15px 0 0 0;
  color: #595857;
  font-size: 14px;
  font-weight: 400;
}
body > section main article > div > div:nth-of-type(2) [data-first] > div:nth-of-type(2) {
  margin-left: 20px;
  width: 220px;
}
body > section main article > div > div:nth-of-type(2) [data-first] > div:nth-of-type(2) > a {
  margin: 15px auto 0 auto;
  width: 100%;
  height: 40px;
  border: solid 2px #fff;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  letter-spacing: 1px;
  border-radius: 45px;
  font-size: 14px;
  font-weight: 400;
}
body > section main article > div > div:nth-of-type(2) [data-first] > div:nth-of-type(2) > a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
body > section main article > div > div:nth-of-type(2) [data-login] {
  margin: 10px 0 0 0;
  position: relative;
}
body > section main article > div > div:nth-of-type(2) [data-login]:after {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  left: calc(50% - 25px);
  top: -40px;
}
body > section main article > div > div:nth-of-type(2) [data-login] h2 {
  margin: 0 auto;
  max-width: 785px;
  font-size: 18px;
  font-weight: 200;
}
body > section main article > div > div:nth-of-type(2) [data-login] [data-passwordReminder] {
  margin: 20px 0 0 0;
  text-align: center;
}
body > section main article > div > div:nth-of-type(2) [data-login] .err_block {
  margin: 30px auto 0 auto;
  padding-left: 100px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
body > section main article > div > div:nth-of-type(2) [data-login] form > ul:not(.err_block) {
  margin: 20px auto 0 auto;
  width: 100%;
  max-width: 785px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}
body > section main article > div > div:nth-of-type(2) [data-login] form > ul:not(.err_block) > li:nth-of-type(1) {
  min-width: 400px;
  width: calc(100% - 220px);
}
body > section main article > div > div:nth-of-type(2) [data-login] form > ul:not(.err_block) > li:nth-of-type(1) ol > li {
  margin: 15px 0 0 0;
}
body > section main article > div > div:nth-of-type(2) [data-login] form > ul:not(.err_block) > li:nth-of-type(1) ol > li:first-child {
  margin-top: 0;
}
body > section main article > div > div:nth-of-type(2) [data-login] form > ul:not(.err_block) > li:nth-of-type(1) ol > li dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
body > section main article > div > div:nth-of-type(2) [data-login] form > ul:not(.err_block) > li:nth-of-type(1) ol > li dl dt {
  width: 100px;
  font-size: 15px;
}
body > section main article > div > div:nth-of-type(2) [data-login] form > ul:not(.err_block) > li:nth-of-type(1) ol > li dl dd {
  width: 350px;
}
body > section main article > div > div:nth-of-type(2) [data-login] form > ul:not(.err_block) > li:nth-of-type(1) ol > li dl dd input {
  width: 100%;
  height: 55px;
  border: none;
  text-align: center;
  border-bottom: solid 1px #ddd;
  background-color: #fff;
  color: #3eb370;
  font-size: 20px;
  font-weight: 600;
}
body > section main article > div > div:nth-of-type(2) [data-login] form > ul:not(.err_block) > li:nth-of-type(1) ol > li dl dd input:-ms-input-placeholder {
  color: #ccc;
  font-size: 14px;
  font-weight: 200;
}
body > section main article > div > div:nth-of-type(2) [data-login] form > ul:not(.err_block) > li:nth-of-type(1) ol > li dl dd input::placeholder {
  color: #ccc;
  font-size: 14px;
  font-weight: 200;
}
body > section main article > div > div:nth-of-type(2) [data-login] form > ul:not(.err_block) > li:nth-of-type(1) ol > li dl dd input:focus {
  border-bottom: solid 1px #3eb370;
}
body > section main article > div > div:nth-of-type(2) [data-login] form > ul:not(.err_block) > li:nth-of-type(2) {
  margin-left: 20px;
  width: 220px;
}
body > section main article > div > div:nth-of-type(2) [data-login] form > ul:not(.err_block) > li:nth-of-type(2) > a {
  width: 100%;
  height: 50px;
  border-radius: 35px;
}
body > section main article > div > div:nth-of-type(2) [data-login] form > ul:not(.err_block) > li:nth-of-type(2) > a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
body > section main article > div > div:nth-of-type(2) [data-component] {
  margin-top: 60px;
}
body > section main article > div > div:nth-of-type(2) [data-component] h1 {
  text-align: center;
  font-size: 35px;
  font-weight: 200;
}
body > section main article > div > div:nth-of-type(2) [data-component] h1 span {
  font-size: 25px;
  font-weight: 200;
}
body > section main article > div > div:nth-of-type(2) [data-component] h2 {
  margin: 40px auto 0 auto;
  padding: 10px;
  border: solid 2px #dc143c;
  width: 400px;
  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 > div > div:nth-of-type(2) [data-component] h2:nth-of-type(2) {
  margin: 30px auto 0 auto;
}
body > section main article > div > div:nth-of-type(2) [data-component] p {
  margin: 15px 0 0 0;
  text-align: center;
  line-height: 1.4;
  font-size: 15px;
}
body > section main article > div > div:nth-of-type(2) [data-component] p a {
  color: #302833;
  text-decoration: underline;
}
body > section main article > div > div:nth-of-type(2) [data-component] p a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
body > section main article > div form > h1 {
  text-align: center;
  letter-spacing: 1px;
  position: relative;
  font-size: 30px;
  font-weight: 600;
}
body > section main article:nth-of-type(1) {
  border-right: solid 1px rgba(192, 198, 201, 0.8);
}
body > section main article:nth-of-type(1) > div > div:nth-of-type(1) {
  background-image: url(../img/u000/bg.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
}
body > section main article:nth-of-type(1) > div > div:nth-of-type(1):before {
  background-color: #38b48b;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
}
body > section main article:nth-of-type(1) > div > div:nth-of-type(1) > h1:before {
  content: "";
  margin-right: 20px;
  width: 90px;
  height: 40.1px;
  background-image: url(../img/u000/logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
}
body > section main article:nth-of-type(1) > div > div:nth-of-type(2) {
  position: relative;
  height: 100%;
}
body > section main article:nth-of-type(1) > div > div:nth-of-type(2):before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #F0FFF0;
  position: absolute;
  top: 0;
  left: 0;
}
body > section main article:nth-of-type(1) > div > div:nth-of-type(2) [data-first] {
  margin-top: 60px;
}
body > section main article:nth-of-type(1) > div > div:nth-of-type(2) [data-first] div:nth-of-type(2) a {
  border: solid 1px #3eb370;
  color: #3eb370;
  background-color: rgba(62, 179, 112, 0.1);
}
body > section main article:nth-of-type(2) {
  background-image: url(../img/u000/bg02.jpg);
}
body > section main article:nth-of-type(2) > div > div:nth-of-type(1) {
  background-image: url(../img/u000/bg02.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
}
body > section main article:nth-of-type(2) > div > div:nth-of-type(1):before {
  background-color: #385eb4;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
}
body > section main article:nth-of-type(2) > div > div:nth-of-type(2) {
  position: relative;
  height: 100%;
}
body > section main article:nth-of-type(2) > div > div:nth-of-type(2):before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f0ffff;
  position: absolute;
  top: 0;
  left: 0;
}
body > section main article:nth-of-type(2) > div > div:nth-of-type(2) [data-first] {
  margin-top: 60px;
}
body > section main article:nth-of-type(2) > div > div:nth-of-type(2) [data-first] div:nth-of-type(2) a {
  border: solid 1px #385eb4;
  color: #385eb4;
  background-color: rgba(56, 94, 180, 0.1);
}
body > section main article:nth-of-type(2) > div > div:nth-of-type(2) [data-login] ul > li dl dd input {
  color: #385eb4 !important;
}
body > section main article:nth-of-type(2) > div > div:nth-of-type(2) [data-login] ul > li dl dd input:focus {
  border-bottom: solid 1px #385eb4 !important;
}
body > section main article:nth-of-type(2) > div > div:nth-of-type(2) [data-login] ul > li:last-child a {
  border-color: #385eb4;
  background-color: #385eb4;
}
