.login-page {
    /*background: url('../img/backgrounds/01.png') no-repeat center center fixed;*/
    background-size: cover;
    /*background-color: brown;*/
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: 'Arial', sans-serif;
}
