body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	background: no-repeat center fixed transparent;
	background-size: cover;
	min-height: 500px;
}

.row {
	padding-top: 15%;
}

.monTierMainBox {
	background-color: rgba(255, 255, 255, 1);
	padding: 40px 40px 15px 40px;
	text-align: center;
	border: 1px solid #9e9e9e;
	border-radius: 3px;
	box-shadow: 0px 0px 1px 1px #9e9e9e;
	font-size: 16px;
	color: #58595b;
}

.loginLogo {
	float: right;
	margin-top: 5px;
}

.loginLogoIBM {
	width: 90px;
	height: 51px;
	background: url('dynamicResources/loginLogo.png') no-repeat top;
	margin-top: 7px;
}

.loginLogoMonTier {
	width: 185px;
	height: 51px;
	background: url('dynamicResources/loginLogo.png') no-repeat top right;
}

.customLogo {
	float: right;
}

.customLogoPng {
	width: 100px;
	height: 58px;
	background: url('dynamicResources/customLogo.png') no-repeat center;
}

.customLogoJpg {
	width: 100px;
	height: 58px;
	background: url('dynamicResources/customLogo.jpg') no-repeat center;
}

.customLogoJpeg {
	width: 100px;
	height: 58px;
	background: url('dynamicResources/customLogo.jpeg') no-repeat center;
}

.customLogoGif {
	width: 100px;
	height: 58px;
	background: url('dynamicResources/customLogo.gif') no-repeat center;
}

.customLogoSvg {
	width: 100px;
	height: 58px;
	background: url('dynamicResources/customLogo.svg') no-repeat center;
}

.loginTitle {
	font-family: helvetica;
	font-size: 24px;
}

.input-group-addon {
	border-color: #8b8b8b;
}

.form-control {
	border-color: #8b8b8b;
}

.btn-primary {
	color: #ffffff;
	background-color: #88b22d;
	border-color: #78a21d;
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
	color: #ffffff;
	background-color: #78a21d;
	border-color: #68920d;
}

.btn-link {
	color: #7da429;
}

.btn-link:focus,
.btn-link:hover {
	color: #6d9419;
}

.alert-danger {
	border-color: #8b8b8b;
	font-size: 18px;
}

.notice {
	text-align: left;
	font-size: 12px;
	border-top: 1px solid #9e9e9e;
	padding-top: 10px;
}
