body {
	background: lightblue url("../images/bg-welcome-01.jpg") no-repeat;
	overflow-y: hidden;
}
div.loginscreen.right-box {
	margin-right: 1%;
	width: 100%;
	background-image: url("../images/bg-5px-o05.png");
	height: 60px;
	margin-top: -15px;
	padding-top: 5px;
}

#securityForm {
	float: right;
	padding-top: 18px;
}
#securityForm input.form-control {
	box-shadow: none;
	width: 200px;
	height: 25px;
	padding: 4px 12px;
	color: #898989;
	opacity: .8;
	border: 1px solid transparent;
	border-radius: 2px;
}

#info h3 {
	color: #003087;
	font-size: 1.2em ;
}
#info h3:hover {
	color: #121246;
}
.modal-header h4.modal-title {
	color:brown;
	font-size:1.3em;
	letter-spacing:2pt;
	text-decoration:overline;
}
#info p {
	text-align: justify;
}
#info p:first-letter {
	color: #beb535;
	font-size: 1.15em;
	font-weight: bold;
}

#slideshow, img.bgM {
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index:-9999;
}

#welcome, #info {
	margin-left: 5%;
	width: 40%;
}
#welcome {
	margin-top: 12em;
}
#welcome img.main {
	min-width: 280px;
	width: 100%;
}
#info {
	text-align: justify;
	padding: 2em;
	border-radius: 3px;
	background-image: url("../images/bg-5px-o05.png");
	margin-top: 2em;
	position: relative;
	height: 40em;
	display: none;
}

.btn.btn-success {
	background-color: #b5be35;
	border-color: #a2ab34
}
