html {
}
body {
	background-color: #ffffff;
	height: 95vh;
	background-image: url("../img/f_log.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}
.cont_mid {
	height: 100%;
	margin: 0 auto;
	display: table;
}
.cont_mid > div {
	vertical-align: middle;
	display: table-cell;
}
.cont_form {
	width: 555px;
	height: 410px;
	background-color: #ffffff;
	border-radius: 8px;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
	overflow: hidden;
}
.cont_form_top {
	height: 125px;
	background-color: #00548e;
	border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border: 0px solid #000000;
	user-select: none;
}
.cont_form_top > div {
	display: table;
	float: right;
}
.cont_form_top img {
	height: 30px;
	float: right;
	padding: 10px 20px;
	;
}
.cont_form_top > div:last-child {
	color: white;
	font-size: 55px;
	text-align: center;
	position: relative;
	top: 30px;
}
.cont_mid form {
	display: table;
	margin: 0 auto;
	padding-top: 40px;
	height: 156px;
}
.inp_log {
	width: 330px;
	display: table;
	margin: 5px 0 20px;
	border-bottom: solid 1px #b3b3b3;
}
.inp_log_err {
	border-bottom: solid 1px #c10000;
}
.inp_log input {
	height: 25px;
	width: 100%;
	padding: 0;
	border: none;
}
.login {
	display: table;
	margin: 0 auto;
	margin-top: 15px;
}
.boton_log {
	padding: 10px 50px;
	color: white;
	cursor: pointer;
	background-color: #00548e;
	border-radius: 3px;
	-webkit-transition: box-shadow .28s cubic-bezier(0.4, 0.0, 0.2, 1);
	transition: box-shadow .28s cubic-bezier(0.4, 0.0, 0.2, 1);
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */
}
.boton_log:hover {
	background-color: #0060a2;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.55);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.55);
}
.boton_log:active {
	position: relative;
	top: 1px;
}
.boton_ok {
	cursor: pointer;
}
.boton_ok:hover {
	background-color: #0060a2;
	color: white;
}
.boton_ok:active {
	position: relative;
	top: 2px;
}
.Bann {
	display: none;
}
.txt_error {
	font-weight: 400;
	font-size: 12px;
	line-height: 25px;
	display: none;
}
.c_err {
	color: #ff2828;
}
.c_ok {
	color: #067b2c;
}
.forgotPassword {
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */
}
.forgotPassword > div {
	display: table;
	margin: 0 auto;
	cursor: pointer;
	border-radius: 4px;
	font-size: 14px;
}
.forgotPassword > div:active {
	background-color: rgba(0, 83, 143, 0.24);
}
.forgotPassword > div:hover {
	text-decoration: none;
}
.forgotPassword {
	display: table;
	position: relative;
	padding-bottom: 0;
}
.forgotPassword:last-child {
	margin: 0 auto;
}
.forgotPassword > div:after {
	content: '';
	display: block;
	margin: auto;
	height: 1px;
	width: 0px;
	background: transparent;
	transition: width .2s ease, background-color .2s ease;
	position: relative;
	top: 2px;
}
.forgotPassword > div:hover:after {
	width: 100%;
	background-color: #0060a2;
}






















/*

.End
*/
