html {
    background-color: #e0efff;
}
#app {
    background-color: #e0efff;
}

/* オートコンプリート時の背景色変更を無効化*/
input.form-control:-webkit-autofill {
    box-shadow: 0 0 0 1000px white inset;
}