
.login_230117_01{
margin:12px auto;
text-align:center;
font-size:20px;
font-weight:bold;
color:#1A0DAB;
line-height:1.5em;
letter-spacing:0.4px;
}


.textbox-001-label,
.textbox-001 {
    color: #333;
}

.textbox-001-label {
    display: block;
    margin-bottom: 5px;
    font-size: .9em;
}

.textbox-001 {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #969da3;
    border-radius: 3px;
    font-size: 1em;
    line-height: 1.5;
    height: 30px;
}

.textbox-001::placeholder {
    color: #999;
}


.input_0903 {
   /* input要素全部に対して装飾 */
   background-image: linear-gradient(0deg, #F6F6F6, #E1E1E1); /* グラデーション */
   border: 1px solid #9B9B9B; /* 枠線 */
   border-radius: 0.4em;      /* 角丸 */
padding:6px;
margin:6px auto;
font-size:12px;
}