.page-login {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #EAF0F4;
}

.container {
  height: 100vh;
  position: relative;
}
.container .justify-content-center {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.form-container {
  position: relative;
  width: 906px;
  min-width: 670px;
  background: #fff;
  border-radius: 16px;
}
.form-container .logo {
  position: absolute;
  top: 35px;
  left: 41px;
  width: 154px;
}

.form-wrap {
  display: flex;
  align-items: center;
}
.form-wrap .img-wrap {
  flex: 1;
  text-align: center;
  margin-top: 50px;
  margin-left: 50px;
}
.form-wrap .img-wrap img {
  width: 314px;
}
.form-wrap form {
  flex: 1;
  margin: 121px 62px 99px 34px;
}
.form-wrap form .title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 17px;
  color: #000;
  text-align: center;
}
.form-wrap form input[type=text], .form-wrap form input[type=password] {
  border-radius: 8px !important;
  border-color: #DDDDDD;
  margin-bottom: 12px;
  font-size: 18px;
}
.form-wrap form label {
  display: flex;
  line-height: 1;
  margin-bottom: 0;
  font-size: 16px;
  align-items: center;
}
.form-wrap form label span {
  padding-left: 8px;
}
.form-wrap form label input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #DDDDDD;
  background: #F1F1F1;
}
.form-wrap form label input[type=checkbox]:checked {
  background: transparent url("../../img/kmap/ic_check_on.png") no-repeat center center;
  background-size: 100%;
  border: 0;
}
.form-wrap form .btn-primary {
  background: #04B3E7;
  border-color: #04B3E7;
  padding: 15px 0;
  font-size: 22px;
  font-weight: 700;
  margin: 17px auto;
}
.form-wrap form .desc {
  position: relative;
  padding-left: 16px;
  font-size: 16px;
  line-height: 19.2px;
  color: #858796;
}
.form-wrap form .desc:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 3px;
  width: 3px;
  height: 3px;
  background: #858796;
  border-radius: 50%;
}

/*# sourceMappingURL=login.css.map */
