body {
    margin: 0;
    min-height: 100vh;
    background: linear-gradient(#87cebb 0%, #436eee 100%);
}

h1 {
    text-decoration: none;
    text-align: center;
}

.div_login_input_window {
    background-color: #000080;
    margin: 2rem;
}
