.artwork {
    position: relative;
    text-align: center;
    /*color: rgba(0, 255, 255, 1);*/
    color: #3B3B3B;
    height: 100vh;
    width: 100%;
}

.artwork:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    background-image: url("/assets/img/loginbg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: -300px;
    opacity: 0.4;
}

.splash-text {
    position: relative;
}

.artwork h1 {
    font-size: 4rem;
    padding-top: 40vh;
    color: rgba(41, 40, 40, 1);
}

.emp{
    /*color: rgba(0, 255, 255, 1);*/
    color: #000;
}

.page {
    padding:0;
    margin: 0;
}

.login-sidebar{
    background-color: #f8f8f8;
    width: 420px;
    height: 100vh;
    border-right: 1px solid #bbb;
}

.login-form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 25vh;
}