﻿/* Master Page: Sign In. used as the master page for the sign in page */
.masterInformationHeader {
	position: fixed;
	top: 0;
	width: 100%;
	align-content: center;
	justify-content: center;
	padding: 10px;
	display: flex;
	background: #fff;
	z-index: 1;
}

.masterInformationBody {
	margin-top: 60px;
	margin-left: 15%;
	margin-right: 15%;
	background: #fff;
	padding: 20px 20px 40px 20px;
	border-radius: 2px;
}

@media only screen and (max-width: 800px) {
	.masterInformationBody {
		margin-left: 0;
		margin-right: 0;
	}
}