/* 中央カード */
.main-content {
    margin: 10px;
}

/* 入力フォーム */
input {
    position: relative; 
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;

    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    line-height: 1.5;
    border-radius: 2px;

    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e9ecef;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* アラート */
@keyframes yure_motion {
    100% {transform: translate(5px)}
    }
   
   .login-caution {color:#999;}
   .login-caution:hover{color:#666;}