@charset "utf-8";
/* CSS Document */

.contents-login {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
/* box-login
---------------------------------------------------------- */
.box-login {
  position: relative;
  padding: 38px 80px;
  width: 480px;
  height: 480px;
  background-color: #fff;
}
  .box-login .txt-error {
    padding: 10px 14px 11px 14px;
    margin: 0 0 0 -32px;
    width: 387px;
    line-height: 1.1;
    font-size: 16px;
    color: #801300;
    background-color: #ffe9e5;
    border: 1px solid #ff2800;
  }
  .box-login .box-in { margin: 22px 0 80px; }
  .box-login .title {
    margin-bottom: 30px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
  }
  .box-login .btn-submit {
    position: absolute;
    left: 80px;
    right: 80px;
    bottom: 64px;
    width: 320px;
  }

/* ==========================================================
 wrapper
========================================================== */
.wrapper {
  min-width: 768px;
}