#login-screen{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-image:linear-gradient(90deg,#fdc294 0%,#fffad6 62%);
}


#access-options{
	width:100vw;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top:50%;
	transform:translateY(-50%);
	z-index:100;
	color:#FFF;
	text-align:center;
}

#login-panel, #app-panel{
	text-align:initial;
	width:300px;
	height:300px;
	margin:0 5px;
	display:inline-block;
	z-index:101;
	vertical-align:middle;
}

#app-panel{
	border: 1px solid #fff;
    background-color: rgba(255,255,255,0.22);
    border-radius: 10px;
    padding: 0 .8em;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.1);
}
#app-panel p{
	color:#8e7f71;
	font-size:0.85em;
}


#access-options input{
	width:100%;
	color:#ae5f0d;
	border-bottom:1px solid #ae5f0d!important;
}

#login-panel input[type="text"]:focus, #login-panel input[type="password"]:focus{
	color:#d88d3d!important;
	border-bottom: 1px solid #d88d3d!important;
}

#login-panel input.uname{
	background-image:url('../img/user.png');
	background-repeat:no-repeat;
	background-position-x: 278px;
	background-position-y: 8px;
}

#login-panel input.pwd{
	background-image:url('../img/pwd.png');
	background-repeat:no-repeat;
	background-position-x: 278px;
	background-position-y: 8px;
	margin-bottom: 10px;
}

#access-options input[type="submit"]{
	height: 40px;
	font-weight:bold;
	border:1px solid #ae5f0d!important;
	background: linear-gradient(#fdc294, #fdc29400)!important;
}

#login-panel h1{
	text-align:right;
	text-shadow: 1px 1px 3px #000;
}

#app-panel h1{
	text-align:left;
	text-shadow: 1px 1px 3px #000;
}

#login-panel #lostp{
	text-align: right;
	color: #8e7f71;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: .6em;
    font-weight: bold;
}

#flogin input{
	height: 35px;
	line-height: 35px;
}

#lostp{
	cursor:pointer;
}

@media screen and (min-width: 800px) {
	#access-options{
		width:770px;
		height:300px;
	}

	#login-panel, #app-panel{
		width:350px;
	}

}