#login-container {
	display:flex;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    position: absolute !important;
    top: 0%;
    left: 0%;
    font-family: Futura-Medium;
    color: black;
    background-color: #202126;
	z-index:1;
}

.login-input-field {
    color: white;
}

.login-submit-btn {
    background-color: #fbb03b !important;
}

.login-submit-btn:hover {
    background-color: #f39605 !important;
}


#login-title {
    color: white;
}

#login-panel {
    /*width: 25%;*/
    display: flex;
    justify-content: center;
}