body {
	background-size: cover;
	font: 14px/1.3 'Segoe UI',Arial, sans-serif;
	max-width: 100%;
	height: 100%;
	/* padding-top: 240px; */
	max-width: 100%;
	overflow: hidden;
}

.overlayNotify {
	background: rgba(0, 0, 0, 0.7);
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1031;
}

.notifyBox {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 6px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	left: 45%;
	margin-left: -125px;
	margin-top: -75px;
	padding: 20px;
	position: fixed;
	text-align: center;
	top: 50%;
	max-width: 95%;
	width: 400px;
	z-index: 1032;
}

.size13 {
	font-size: 13px;
}

.opensans {
	/*font-family: "Open Sans";*/
}

.welcome_text {
color: #FFFFFF;
	font-family: "Open Sans";
	margin-left: 10%;
	margin-top: 130px;
	text-align: center;
	width: 80%;
}

.notifyConten {
	padding-bottom: 15px;
}

.btn-search4 {
	/* Submit button */
	padding: 5px;
	width: 100px;
	font: 14px/36px 'Segoe UI Light','Segoe UI',Arial,sans-serif;
	background-image: linear-gradient(bottom, rgb(25,190,178) 50%, rgb(25,244,229) 100%);
	background-image: -o-linear-gradient(bottom, rgb(25,190,178) 50%, rgb(25,244,229) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(25,190,178) 50%, rgb(25,244,229) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(25,190,178) 50%, rgb(25,244,229) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(25,190,178) 50%, rgb(25,244,229) 100%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.5, rgb(25,190,178)), color-stop(1, rgb(25,244,229)) );
	font-weight: bold;
	color: #ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: none;
	cursor: pointer;
}

.btn-search4:hover {
	background-image: linear-gradient(bottom, rgb(25,244,229) 20%, rgb(25,190,178) 100%);
	background-image: -o-linear-gradient(bottom, rgb(25,244,229) 20%, rgb(25,190,178) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(25,244,229) 20%, rgb(25,190,178) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(25,244,229) 20%, rgb(25,190,178) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(25,244,229) 20%, rgb(25,190,178) 100%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.3, rgb(25,244,229)), color-stop(1, rgb(25,190,178)) );
}

.none {
	display: none !important;
}

.login {
	align-items: center;
	background: rgba(0, 0, 0, 0.6);
	border: 3px double #fff;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	color: #FFFFFF;
	display: flex;
	flex-wrap: wrap;
	height: auto;
	left: 50%;
	margin: auto;
	margin-top: -280px;
	margin-left: -180px;
	min-width: 200px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 350px;	
	max-width: 95%;
}

.login form {
	margin: 0;
}

.login > div {
	width: 100%;
	padding: 10px;
}

.logo {
	margin-bottom: 20px;
}

.logo > img {
	max-width: 100%;
}

.login .field {
	margin-bottom: 10px;
	width: 100%;
	display: inline-flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}

#recover, #return {
	font-size: 12px;
	color: #90caf9;
	cursor: pointer;
}

#recover:hover, #return:hover {
	text-decoration: underline;
}

.login .field label {
	padding-right: 5px;
	text-align: right;
	width: 100px;
}

.login .field .concepto {
	font-weight: bold;
	float: left;
	padding-right: 5px;
	text-align: right;
	width: 35%;
}

.login .field .inputs {
	float: left;
	text-align: left;
	width: 100%;
}

.login .field .inputs input {
	padding: 10px 5px;
	width: 80%;
	border-radius: 5px;
	border: 2px solid #ccc;
	/* border-bottom: 2px solid #ccc; */
	/* background: transparent; */
	transition: 0.3s border;
}
.login .field .inputs input:focus {
	border: 2px solid #1565c0;
}

.login .field .inputs .fsSubmitButton
{
	padding: 5px 0;
	font: 14px/36px 'Segoe UI Light','Segoe UI',Arial,sans-serif;
	background-image: linear-gradient(bottom, rgb(25,190,178) 50%, rgb(25,244,229) 100%);
	background-image: -o-linear-gradient(bottom, rgb(25,190,178) 50%, rgb(25,244,229) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(25,190,178) 50%, rgb(25,244,229) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(25,190,178) 50%, rgb(25,244,229) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(25,190,178) 50%, rgb(25,244,229) 100%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.5, rgb(25,190,178)), color-stop(1, rgb(25,244,229)) );
	font-weight: bold;
	color: #ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: none;
	cursor: pointer;
}

.login .field .inputs .fsSubmitButton:hover
{
	background-image: linear-gradient(bottom, rgb(25,244,229) 20%, rgb(25,190,178) 100%);
	background-image: -o-linear-gradient(bottom, rgb(25,244,229) 20%, rgb(25,190,178) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(25,244,229) 20%, rgb(25,190,178) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(25,244,229) 20%, rgb(25,190,178) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(25,244,229) 20%, rgb(25,190,178) 100%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.3, rgb(25,244,229)), color-stop(1, rgb(25,190,178)) );
}

footer {
	background-color: #111111;
	bottom: 0;
	box-shadow: 0 -1px 2px #111111;
	height: 45px;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 100000;
}

footer h2 {
	color: #EEEEEE;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	padding: 0px 0 0;
	/* position: absolute; */
}

footer a i {
	color: #ccc;
	font-style: normal;
}

a, a:visited {
	text-decoration: none;
	outline: none;
	color: #54a6de;
}