/*
 * ログイン画面 CSS
 *
 */

 .yukokigen_logout {
    display: none;
 }

 .loginUser {
    display: none;
 }

 .loginPrompt {
    text-align: center;
    font-size: 24px;
    color: #000;
    background-color: #EEEEEE;
    padding-top: 9px;
    padding-bottom: 9px;
 }

 .useIdArea {
    text-align: center;
 }

 .userIdStr {
    padding-right: 20px;
 }

 #txt_userid {
    ime-mode:disabled;
 }

.paswordArea {
    text-align: center;
    margin-top: 18px;
}

.paswordArea {
   text-align: center;
   margin-top: 18px;
}

.passwordStr {
   padding-right: 14px;
 }

.paswordAreaCheck {
   text-align: center;
   margin-top: 18px;
   padding-right: 23px;
}

 #txt_password {
    ime-mode:disabled;
 }

.idRemember {
    text-align: center;
    margin-top: 18px;
}

.loginBtnArea {
    text-align: center;
    margin-top: 18px;
}

.changepasswordArea {
    text-align: right;
    margin-top: 18px;
}

.btn-login-blue {
    box-shadow: 0 2px 2px 0 rgba(38, 38, 38, 0.1), 0 3px 1px -2px rgba(38, 38, 38, 0.18), 0 1px 5px 0 rgba(38, 38, 38, 0.15);
    background-image: linear-gradient(195deg, #bbc3f1 0%, RGB(54, 94, 182) 100%);
    padding-top: 8px;
    padding-bottom: 8px;
    color: #FFFFFF;
      font-size: 20px;
      --bs-btn-border-radius: 0.375rem;
}