#layer {
    width: 100%;
    height: 100%;
    background: #000000 url(../../../images/gast_background.png);
    position: absolute;
    z-index: 999999;
	overflow: hidden !important; 
}

#loginform {
    width: 95%;
    margin: auto;
}

#layertext {


    box-sizing: border-box;
    margin-left: 50px;
    margin-top: 10%;
    padding: 10px;
    width: 25%;
    background-color: #d0cac3;
    border: solid 1px #afafaf;

}

.gasttitle{
	background-color: #110e0e;
	padding: 10px;
	color: #ffffff;
	font-size: 15px;
	font-weight: bolder;
	font-family: Calibri;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 5px;
}

.gasttrow{
	background-color: #e7e0da;
	font-size: 10px;
	font-family: Calibri;
}