div.LandingFrame {
	position: absolute;
	left: 0px;
	width: 100%;
	padding: 0;
	text-align:center;
	top: 35%;
	-ms-transform: translateY(-35%);
	transform: translateY(-35%);
}

.LandingLine {
    clear: both;
    padding: 8px 0;
    height: 30px;
}

.LandingLine button{
	background-color: #5c6b70;
	border-radius: 3px;
    color: #FFFFFF;
	border: 0 none;
	width: calc(100% - 5px);
	padding: 10px 5px 10px 5px;
}

.LandingLine .MainTitle {
	color: rgb(51, 51, 51);
}

.LoginForgotPW{
	margin-top:30px;
}