@charset "utf-8";
/* Desktop - Set the background color of body to Yello */

body {
	background-image: url(../images/banner2.png);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #012F56;
	background-position: left center;
	background-attachment: fixed;
}
.LogBox {
	width: 390px;
	border-radius: 10px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	margin-top: 50px;
	margin-bottom: 50px;
	box-sizing:border-box;
	opacity: 0.5;
	display:block;
}
.logHeader {
	font-size: 24px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-color: #005B82;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	text-transform: uppercase;
}
.LogForm {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DADAD8;
	padding-top: 16px;
	padding-right: 30px;
	padding-bottom: 16px;
	padding-left: 30px;
}
.LogFooter {
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	text-align: center;
	display: block;
}
.btn6 {
	font-size: 16px;
	text-transform: uppercase;
	color: #FFF;
	background-color: #333;
	display: block;
	text-align: center;
	clear: both;
	float: none;
	margin-right: auto;
	margin-left: auto;
	bordfer-radius: 6px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	box-sizing:border-box;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	border-radius: 6px;
}
.btn6:hover {
	color: #FFF;
	background-color: #900;
}
.LogBox1 {
	width: 390px;
	border-radius: 10px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	border: 1px none #F1F1ED;
}
.TxtField8 {
	display: block;
	padding-left: 10px;
	padding-top: 16px;
	padding-right: 40px;
	padding-bottom: 16px;
	background-repeat: no-repeat;
	background-position: 96% center;
	background-size: 20px;
	width: 100%;
	box-sizing:border-box;
	border-radius: 6px;
	background-color: #EFEFE4;
	border: 1px solid #E6E6D5;
	font-size: 16px;
}

.logobox, .SuccessBox {
 display:;
	clear: both;
	float: none;
	width: 390px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	box-sizing:border-box;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	height: 60px;
	margin-bottom: 20px;
}

.SuccessBox {
	font-size: 14px;
	color: #FF9;
	margin-top: 0px;
	margin-bottom: 20px;
	height: 40px;
}

.LogFooter a {
	color:#333;
	text-decoration: none;
	text-transform: capitalize;
}
.LogFooter a:hover {
	color: #F00;
}
.logTop78 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	display: block;
	text-align: center;
	font-size: 18px;
	padding-bottom: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DADAD8;
	padding-top: 16px;
}



/* IPad - On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 992px) {

}

/* Smartphones - On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
.LogBox {
	width: auto;
	overflow: hidden;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 50px;
	margin-bottom: 50px;


}
.LogBox1 {
	width: auto;
	margin-right: 20px;
	margin-left: 20px;

}
}
