* {
  margin: 0;
}

html, body, .main {
  height: 100%;
}

.main {
  background-image: url("../img/bg.png");
  background-size: 100% 100%;
}

.wrap {
  width: 100%;
  height: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer {
  height: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.center {
  width: 65%;
  height: 76%;
  background-image: url("../img/bg-center.png");
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.center > div:first-child {
  width: 50%;
  padding-left: 10%;
  padding-top: 30px;
}

.center > div:nth-child(2) {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.center > div:nth-child(2) > div {
  width: 400px;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.center > div:nth-child(2) > div > div:first-child {
  height: 25%;
  font-size: 28px;
  color: #2175bc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.center > div:nth-child(2) > div > div:nth-child(2) {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.center > div:nth-child(2) > div > div:nth-child(2) > div {
  height: 60px;
  border-bottom: 1px solid #e0e0e0;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 6px;
  font-size: 18px;
}

.center > div:nth-child(2) > div > div:nth-child(2) > div input {
  padding-left: 8px;
  border: none;
  outline: none;
  font-size: 16px;
}

.center > div:nth-child(2) > div > div:nth-child(2) > div:last-child input {
  padding-left: 20px;
  width: 180px;
}

.center > div:nth-child(2) > div > div:nth-child(2) > div:last-child img {
  width: 120px;
  height: 48px;
}

.center > div:nth-child(2) > div > div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 35%;
  padding-top: 20px;
}

.center > div:nth-child(2) > div > div:last-child button {
  border: none;
  width: 206px;
  height: 48px;
  background-color: #2175bc;
  border-radius: 24px;
  color: #ffffff;
  font-size: 16px;
}
/*# sourceMappingURL=login1.css.map */