#loginBtn{
    /*padding: 5px ;*/
}

.login-box-body,
.login-logo{
    margin-top: 1.5rem;
}

.navbar-toggle{
    display: none;
}

section .panel-heading{
    font-size: 2.5rem;
    font-weight: bold;
}

#newRegpswd label,
#newRegInfo label{
    font-size: 2.5rem;
    line-height: 3rem;
}

/*div.checkbox label,*/
#loginForm2  input[type="text"],
#loginForm2  input[type="number"],
#loginForm2  input[type="password"],
#newRegpswd input[type="text"],
#newRegInfo input[type="number"],
#newRegInfo input[type="text"]{
    font-size: 3rem;
    height: 4.5rem;
}

#resultNewReg{
    
    background-color: rgba(255,0,0,0.85);
    color: white;
    text-align: center;
    font-weight: bold;
    padding: 0.5rem 1rem;
    margin: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    width:100%;
}

#loginForm2{
    
}

.chkbox {
    margin:1.75rem auto;
}
/* ラベルのスタイル　*/
.chkbox label {
    padding-left: 2.5rem;
    font-size:  2rem;
    line-height:  2rem;
    display:  inline-block;
    cursor:pointer;
    position:  relative;
}

/* ボックスのスタイル */
.chkbox label:before {
    content:  '';
    width:2.0rem;   /* ボックスの横幅 */
    height:2.0rem;   /* ボックスの縦幅 */
    display:  inline-block;
    position:  absolute;
    left:0;
    background-color: #e5e5e5;
    box-shadow: inset 1px 1px 0px 0px #999;
    border-radius:  6px 6px 6px 6px;
}
/* 元のチェックボックスを表示しない */
.chkbox input[type=checkbox] {
    display:  none;
}
/* チェックした時のスタイル */
.chkbox input[type=checkbox]:checked + label:before {
    content:  '\2713';  /* チェックの文字 */ 
    font-size:  2rem;   /* チェックのサイズ */
    color:#fff;   /* チェックの色 */
    background-color: #06f;   /* チェックした時の色 */
    padding-top: 0.25rem;
}

#kigouAttn > span{
    background-color: red;
    color: white;
    display: inline-block;
    border-radius: 2px;
    padding: 1px 1rem;
    margin: auto;
}

#kigouAttn{
    border: 1px solid #ff0000;
    border-radius: 2px;
    margin: 1.5rem 1rem 1rem 1rem;
    padding: 0.5rem 1rem;
    text-align: center;
    font-weight: bold;
    color: #330000;
    display: block;
    background: #ffebeb;
    font-size: 3.25vw;
    line-height: 2;
}