@charset "utf-8";
/* CSS Document */

body {
    height: 100vh;
}

#index {
    background-image: url("../Back.png");
    background-size: cover;
    height: 100%;
}

#login {
    width:400px;
}