.login {
  width: 100vw;
  height: 100vh;
  background: url('../images/bg_login.png') no-repeat center center;
  background-size: cover;
}
.login__box {
  position: relative;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, calc(50% - 225px));
  -o-transform: translate(-50%, calc(50% - 225px));
  -ms-transform: translate(-50%, calc(50% - 225px));
  -webkit-transform: translate(-50%, calc(50% - 225px));
  transform: translate(-50%, calc(50% - 225px));
  text-align: center;
}
.login__form {
  position: absolute;
  left: 50%;
  top: 70px;
  transform: translateX(-50%);
  padding: 40px 45px 50px;
}
.login__form--bg {
  position: absolute;
  background: #212735;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
  border-radius: 8px;
}
.login__form--legend {
  margin: 0 0 35px 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.login__form--info {
  width: 360px;
  padding: 0 0 5px 0;
  margin: 0 0 25px 0;
  border-bottom: 1px solid #4d525d;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.login__form--input {
  background: none;
  border: none;
  width: calc(100% - 35px);
  color: #fff;
}
.login__form--input:focus {
  outline: 0;
}
.login__btn_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.login__btn_box--btn {
  width: 100%;
  height: 35px;
  font-weight: 700;
  font-size: 14px;
}
.login__btn_box--timeinout {
  display: inherit;
}

.content.main__bg {
  background: url('../images/bg_main1.jpg') no-repeat center center / cover;
}
.board__input::placeholder {
  /* color: #b4b4b4; */
  color: #a9b1c6;
}
.board__input.adcost {
  width: 240px;
}
.board__input .board_table__wrap.adcost {
  height: calc(100% - 115px);
}

.board_section.board_wrap {
  padding: 17px 20px 30px;
  min-height: auto;
}

.input_zipcode {
  width: 125px;
}

.form__label--file.contract {
  width: 150px;
  margin: 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.modal__form--content .view_form__radio:not(:last-of-type) {
  margin-right: 10px;
}

/*# sourceMappingURL=index.css.map */
