html,
body{
    font-family: 'Inter', sans-serif;
    color: #000000;
    font-weight: 700;
    height: 100%;
    width: 100%;
}

#app_login {
    /*min-height : calc(95vh);*/
}
#app_login h1 {
  margin: auto;
  width: 100%;
  text-align: center;
  padding: 30px;
  font-size: 30px;
  font-weight: 700;
}

#app_login label {
  font-size: 15px;
  font-weight: 700;
  width: 100%;
}

#app_login .item_row p {
  width: 100%;
  color: red;
}

#app_login .item_row {
  /* width: 60%; */
  margin: 10px auto;
  font-size: 15px;
  font-weight: 700;
}
#app_login .item_row .item_title {
    color: black !important;
}

#app_login .item_link_forgot,
.item_button {
  text-align: center;
}
#app_login .item_link_forgot a {
  color: #1e34a3;
  font-size: 15px;
  font-weight: 700;
}

#app_login input {
  border-radius: 5px;
}
#app_login .btn {
  width: 100%;
  margin: auto;
  color: white;
}

#app_login .btn_back_to_home {
  width :20%;
  border: 1px solid #6D6565;
  float: left ;
  background-color: #f1f1f1;
  color: #6D6565;
}

#app_login button, #app_login a {
    font-size: 15px;
    font-weight: 700;
}
#app_login .btn-login {
  background-color: #ce4740;
}

#app_login .btn-register {
    background-color: #CE4740;
    font-size: 15px;
    font-weight: 700;
}

#app_login .btn-register:disabled {
    border-color: rgba(94,94,94,0.33);
    color: black;
    background-color: #EAEBEA;
    font-size: 15px;
    font-weight: 700;
    cursor: not-allowed;
}

.box--login {
    max-width: 800px;
    margin: auto;
    /*background: white;*/
    padding: 20px;
    border-radius: 10px;
    min-height: 400px;
}
.bg-form-login {
  padding: 95px 20px;
  background-image: url("/images/mlm/ログイン画面に設置-PhotoRoom.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.box--item {
    flex:1;
    margin:50px;
}
.box--login button {
    /*height: 40px;*/
}

.box-reset-pass{
    display:  flex;
    align-items: center;
}

.font-bold {
    font-size: 15px;
    font-weight: 700;
}

.padding-button {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.checkbox-custom {
    width: 20px;
    height: 20px;
}

.checkbox-custom:disabled {
    cursor: not-allowed;
}

.modal-dialog {
    height: 80% !important;
}
.modal-content {
    height: 90% !important;
}

#content{
    /*background-color: #FFFFFF !important;*/
}

.btn-login-wa {
    width: 250px !important;
}

.btn-login-wa-sh {
    width: 120px !important;
}

.term-link:hover {
    color: #000000;
    text-decoration: underline;
}

.checkbox-custom-auth {
    width: 28px;
    height: 28px;
}

.side-bar-item span {
    color: #FFFFFF;
}

@media screen and (max-width: 500px) {
    .btn-login-wa {
        width: 100% !important;
    }
}

.bg-white {
    background-color: #FFFFFF;
}
.border-radius-10 {
    border-radius: 10px;
}
.text-black {
    color: #000000;
}
.box-reset-pass{
    height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center ;
    justify-content: center;
}