
.home-overlay {
    /*display: none;*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(170, 35, 100, 0.6); */
	background: rgba(255, 255, 255, 0.8);
    z-index: 1100;
}

#login-form {
    background: #fff;
	border: 1px solid #333;
    border-radius: 5px;
    padding: 20px;
    width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#login-form h2 {
    text-align: center;
}