@font-face {
	font-family: Omnes;
	src: local('Omnes'), url("./fonts/Omnes.otf") format("opentype");
}

body {
	
}

.label_login {
	color: #00499A;
}

.input_login {
	width: 100%;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px 0 #999999;
	box-shadow: inset 0 1px 1px 0 #999999;
}

.btn-primario_login {
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.62);
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	width: 100%;
	margin-top: 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.btn-primario_login:hover, .btn-primario_login:focus,
	.btn-primario_login:active, .btn-primario_login.active, .open .dropdown-toggle.btn-primario_login
	{
	color: #FFFFFF;
	background-color: #2A913A;
	border-color: #FFFFFF;
}

.btn-primario_login:active, .btn-primario_login.active, .open .dropdown-toggle.btn-primario_login
	{
	background-image: none;
}

.btn-primario_login.disabled, .btn-primario_login[disabled], fieldset[disabled] .btn-primario_login,
	.btn-primario_login.disabled:hover, .btn-primario_login[disabled]:hover,
	fieldset[disabled] .btn-primario_login:hover, .btn-primario_login.disabled:focus,
	.btn-primario_login[disabled]:focus, fieldset[disabled] .btn-primario_login:focus,
	.btn-primario_login.disabled:active, .btn-primario_login[disabled]:active,
	fieldset[disabled] .btn-primario_login:active, .btn-primario_login.disabled.active,
	.btn-primario_login[disabled].active, fieldset[disabled] .btn-primario_login.active
	{
	background-color: #6BBA11;
	border-color: #FFFFFF;
}

.btn-primario_login .badge {
	color: #6BBA11;
	background-color: #FFFFFF;
}

.correct-email {
	display: block;
	color: white;
	line-height: 2;
	margin-bottom: 10px;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #caffe4;
	background: #d7ecce;
	border-radius: 5px;
}

#lblSucces {
	color: #3c763d;
}

.body_login {
	background-image: url(../images/015.001.loginBackground.jpg);
	background-repeat: no-repeat !important;
	background-size: cover;
	/* padding-bottom: 100%; */
	height: 100%;
	text-align: left;
	/* top: 0; */
	/* bottom: 0; */
	position: fixed;
	left: 0;
	right: 0;
}

.cabecera_login {
	background: #B50D30; /* Old browsers */
	background: -moz-linear-gradient(top, #B50D30 0%, #207cca 37%, #207cca 37%, #2989d8
		62%, #2989d8 62%, #7db9e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #B50D30),
		color-stop(37%, #207cca), color-stop(37%, #207cca),
		color-stop(62%, #2989d8), color-stop(62%, #2989d8),
		color-stop(100%, #7db9e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #B50D30 0%, #207cca 37%, #207cca 37%,
		#2989d8 62%, #2989d8 62%, #7db9e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #B50D30 0%, #207cca 37%, #207cca 37%, #2989d8
		62%, #2989d8 62%, #7db9e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #B50D30 0%, #207cca 37%, #207cca 37%, #2989d8
		62%, #2989d8 62%, #7db9e8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #B50D30 0%, #207cca 37%, #207cca 37%, #2989d8
		62%, #2989d8 62%, #7db9e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B50D30',
		endColorstr='#7db9e8', GradientType=0); /* IE6-9 */
	/*height: 90px;*/
	font-family: Oswald;
	letter-spacing: 5px;
	color: white;
	font-size: 2.3rem;
	text-shadow: 1px 1px #666666;
	padding: 18px 22px;
}

.form_login {
	position: relative;
	top: 10%;
}

.login-center {
	text-align: left;
}

.login-screen {
	background-image: url(../images/015.001.loginBackground.jpg);
	background-repeat: no-repeat !important;
	background-size: 100%;
	padding-bottom: 205px;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.login-screen:before {
	content: "";
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.login {
	width: 331px;
	color: #fff;

	/*     padding-top: 80px; */
}

.login .login-form {
	text-align: left;
	padding-top: 30px;
}

.card-container.card {
	padding: 40px 40px;
	border-radius: 10px;
	position: static !important;
}

.btn {
	font-weight: 700;
	height: 36px;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	cursor: default;
}

/*
     * Card component
     */
.card {
	background-color: #F7F7F7;
	/* just in case there no content*/
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/* IE 8 */
	filter: alpha(opacity = 50); /* IE 5-7 */
	-moz-opacity: 0.5; /* Netscape */
	-khtml-opacity: 0.5; /* Safari 1.x */
	opacity: 0.8; /* Good browsers */
	padding: 20px 25px 30px;
	margin: 0 auto 25px;
	margin-top: 35% !important;
	/* shadows and rounded borders */
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.login-text {
	margin-top: 15vh;
}

.profile-img-card {
	width: 200px;
	height: 72px;
	margin: 0 auto 10px;
	display: block;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 5%;
}

/*
     * Form styles
     */
.profile-name-card {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 10px 0 0;
	min-height: 1em;
}

.reauth-email {
	display: block;
	color: white;
	line-height: 2;
	margin-bottom: 10px;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #D86060;
	background: #FF4242;
	border-radius: 5px;
}

.form-signin #inputEmail, .form-signin #inputPassword {
	direction: ltr;
	height: 44px;
	font-size: 16px;
}

.form-signin input[type=email], .form-signin input[type=password],
	.form-signin input[type=text], .form-signin button {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	z-index: 1;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.form-signin .form-control:focus {
	border-color: rgb(104, 145, 162);
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgb(104, 145, 162);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgb(104, 145, 162);
}

.btn.btn-signin {
	background-color: #B50D30;
	/*      background-color: rgb(104, 145, 162); */
	/* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
	padding: 0px;
	font-weight: 700;
	font-size: 14px;
	height: 36px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	-o-transition: all 0.218s;
	-moz-transition: all 0.218s;
	-webkit-transition: all 0.218s;
	transition: all 0.218s;
}

.btn.btn-signin:hover, .btn.btn-signin:active, .btn.btn-signin:focus {
	/*background-color: rgb(12, 97, 33);*/
	opacity: 0.5;
}

.forgot-password {
	color: rgb(104, 145, 162);
}

.forgot-password:hover, .forgot-password:active, .forgot-password:focus
	{
	color: rgb(12, 97, 33);
}