body {
	font-family: 'Roboto', sans-serif;
	background-image: url("../../../content/images/Login/Wallpaper.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
@media (max-width: 600px) {
	body { background-image: url("../../../content/images/Login/Wallpaper_Movil.png"); background-size: cover; }
}
a { color: #1985e2; }
.col_g { color: #887c7c; }
.form-control { border-top: none; border-left: none; border-right: none; border-radius: 1px; box-shadow: none; }
.full-width { width: 100%; }
.btn-frm { border-radius: 0px !important; }
.btn-frm:focus { outline: solid 1px transparent !important; }
.submit_h { color: #fff; background-color: #0067b8; }
.submit_h:hover { color: #fff !important; background-color: #00477d; }
.submit_h:focus { color: #fff !important; background-color: #00477d; }
.no-padding { padding: 0px !important; }
.margin-bottom-10 { margin-bottom: 10px !important; }
.login_footer { position: fixed; left: 0; bottom: 0; width: 100%; background-color: #353434d1; color: white; text-align: center; padding: 10px; z-index: 100; }
.login_footer li { float: right; }
.login_footer ul { list-style: none; }
.login_footer li a { padding: 0px 10px; color: white; }
.form-control:focus { border-color: #0067b8; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6); box-shadow: none; }
.fill { min-height: 100%; }
.container-fluid { height: 100%; padding-left: 0px; padding-right: 0px; }
.row-first { height: 80%; 	overflow: hidden; } 
.login-fondo { background-color: rgba(255, 255, 255); padding: 15px; box-shadow: 2px 2px 4px #999; border-radius: 13px; opacity: 50px; }
.flex-mw-center { display: flex; flex-direction: column; align-items: center; }
.p2 { padding-top: 1.5rem; } 
.m-0 { margin-bottom: 0 !important; }