@import url("contact.css");
/*------------------------------------------------------------Content*/
.dl_basic02 > div {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.dl_basic02 > div + div {
  margin-top: 8px;
}

.dl_basic02 > div dt {
  font-weight: bold;
  color: #696969;
}

@media print, screen and (min-width: 768px) {
  .dl_basic02 > div {
    flex-direction: row;
    align-items: center;
  }
  .dl_basic02 > div dt {
    width: 160px;
  }
  .dl_basic02 > div dd {
    width: calc(100% - 160px);
  }
}

@media print, screen and (min-width: 768px) {
  .login_box {
    width: 80%;
    max-width: 600px;
    margin: 0 auto;
  }
}

.pass_lost_tx {
  margin-top: 12px;
}

.pass_lost_tx a {
  color: #ff9d00;
}

.pass_lost_tx a:hover {
  opacity: 0.8;
}

.keep{margin-top:10px;}
