49 lines
774 B
CSS
49 lines
774 B
CSS
body{
|
||
background-color: LightCyan;
|
||
background-size: 220%,220%;
|
||
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
|
||
}
|
||
|
||
.background{
|
||
margin-top: 5%;
|
||
padding: 2%;
|
||
background-color: white;
|
||
width: 40%;
|
||
border-radius: 25px;
|
||
box-shadow:5px 5px rgba(0,0,0,0.4);;
|
||
}
|
||
|
||
.btn_width {
|
||
width: 80%;
|
||
}
|
||
|
||
.form_login{
|
||
width: 80%;
|
||
font-size: 180%;
|
||
margin: 1%;
|
||
}
|
||
|
||
.form_login::-webkit-input-placeholder{
|
||
color: gray;
|
||
}
|
||
.form_login:-ms-input-placeholder{
|
||
color: gray;
|
||
}
|
||
.form_login::-moz-placeholder{
|
||
color: gray;
|
||
}
|
||
|
||
.logout_p{
|
||
font-size: 160%;
|
||
}
|
||
|
||
.notUseBioMsg,.notUseMainteMsg{
|
||
font-size: 143%;
|
||
color: red;
|
||
}
|
||
|
||
.batchMsg{
|
||
color: red;
|
||
font-size: 120%;
|
||
text-align: center;
|
||
} |