/* Landing Pages: Direction, Sign In, Denied etc */
body {
	margin:0;
	padding:0;
}

/* Containers */
.container_main {
	margin:0;
	padding:0;
	height:100vh;
	width:100%;
	text-align:center;
	background-color: #0E0E0E;
}
.container_main_sign_in {
	margin:0;
	padding:0;
	height:100vh;
	width:100%;
	text-align:center;
	background-color: #0E0E0E;
	background-image:url("../images/SignInBackground4.JPG");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.container_main_sign_in_2 {
	margin:0;
	padding:0;
	height:100vh;
	width:100%;
	text-align:center;
	background-color: #0E0E0E;
	background-image:url("../images/VM Website Banner Sign In.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.overlay_image_main {
	width:100%;
	height:100%;
	background: #000000;
	opacity: .5;
	position:absolute;
}
.container_main_content_holder {
	margin:auto;
	padding:10px;
	padding-top:15px;
	padding-bottom:15px;
	width:95%;
	height:auto;
	text-align:center;
}
.center_center {
	margin:auto;
	padding:0;
	height:auto;
	width:100%;
	text-align:center;
	position: absolute;
    top: 50%;
    transform: translate(0, -50%);
	z-index: 1;
}
.center_center_forms {
	margin:auto;
	height:auto;
	padding-top:15px;
	width:100%;
	text-align:center;
}
.container_content_options {
	margin:auto;
	margin-top:15px;
	margin-bottom:15px;
	padding:15px;
	width:auto;
	height:auto;
	text-align:center;
}
.container_content_logo {
	margin-left:auto;
	margin-right:auto;
	width:500px;
	height:150px;
	text-align:center;
	object-fit:contain;
}
#logo {
	height:100%;
	object-fit:contain;
}

/* Spacers */
.container_spacer {
	margin:auto;
	width: auto;
	height:10px;
	padding: 5px;
	text-align: center;
}

/* Sign In*/
.container_sign_in {
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	height:auto;
	width:600px;
	text-align:center;
	background: linear-gradient(0deg,rgba(154,154,154,0.3),rgba(170,170,170,0.35));
	box-shadow: 0 4px 9px rgba(0,0,0,0.6);
	border-radius:4px;
}
.container_signin_holder {
	margin:auto;
	margin-top:10px;
	padding:5px;
	height:auto;
	width:95%;
}
.container_signin_field_holder {
	margin:auto;
	margin-bottom:20px;
	padding:0;
	height:40px;
	width:90%;
}
.username_password_field {
	width:320px;
	height:35px;
	margin:auto;
	padding:5px;
	font-family:'Montserrat SemiBold',Arial;
	font-weight: 300;
	font-size: 18px;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	background-color: rgba(56,56,56,0.4);
	border:1px;
	border-style: solid;
	border-color: rgba(0,0,0,0.4);
	border-radius:2px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.5);
}
.container_signin_description_labels {
	margin:auto;
	width: auto;
	padding: 5px;
	text-align: center;
	font-family: 'Montserrat SemiBold',Arial;
	font-size: 14px;
	font-weight: 300;
	color: #FFFFFF;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.container_signin_notice_labels {
	margin:auto;
	width: auto;
	padding: 5px;
	text-align: center;
	font-family: 'Montserrat SemiBold',Arial;
	font-size: 11px;
	font-weight: 250;
	color: #FF0004;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.container_signin_notice_labels_large {
	margin:auto;
	width: auto;
	padding-bottom: 5px;
	text-align: center;
	font-family: 'Montserrat Bold',Arial;
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.75);
}
.landing_page_department_heading {
	margin-left:auto;
	margin-right:auto;
	width:500px;
	height:55px;
	text-align:center;
	margin-top:25px;
	object-fit:contain;
}
