body div.container{
	/*background-color: rgba(67,158,201,1);*/

	min-height: 100vh;
	height: 100vh;
	overflow: auto;
}
/*.user_card {
	height: 350px;
	width: 50%;
	max-width: 350px;
	border: 5px solid rgba(17,108,121,1);
	margin-top: 100px;
	margin-bottom: auto;
	background: rgba(87,178,191,1);
	background: rgba(17,17,17,1);
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 5px;
}

.brand_logo_container {
	position: absolute;
	height: 170px;
	width: 170px;
	top: -65px;
	border-radius: 50%;
	background: rgba(67,158,201,1);
	padding: 10px;
	text-align: center;
}

.brand_logo_container img{
	max-width: 100%;
}
.brand_logo {
	height: 150px;
	width: 150px;
	border-radius: 50%;
	border: 2px solid white;
}

.form_container {
	margin-top: 60px;
}
.login_btn {
	width: 100%;
	background: rgba(47,58,41,1); !important;
	background: rgba(47,38,81,1); !important;
	color: white !important;
	border-color: rgba(250, 250, 250, 1.0);

}
.login_btn:focus {
	box-shadow: none !important;
	outline: 0px !important;
	background-color: rgba(250, 250, 250, 1.0);
}
.login_container {
	padding: 0 2rem;
}
.input-group-text {
	background: rgba(47,38,81,1); !important;
	color: white !important;
	border: 0 !important;
	border-radius: 0.25rem 0 0 0.25rem !important;
}
.input_user,
.input_pass:focus {
	box-shadow: none !important;
	outline: 0px !important;
}

*/
.mensaje-cargando{
	text-align: center;	
}


.container-fluid .contenedor-login{
	/*display: inline-block;*/
	width: 25%;
	height: auto;
	margin: 8rem auto;
	
	border-radius: 5px;
	
	box-shadow: 0 4px 8px 0 rgba(250, 250, 250, 0.2), 0 6px 20px 0 rgba(250, 250, 250, 0.19);
	-webkit-box-shadow: 0 4px 8px 0 rgba(250, 250, 250, 0.2), 0 6px 20px 0 rgba(250, 250, 250, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(250, 250, 250, 0.2), 0 6px 20px 0 rgba(250, 250, 250, 0.19);

	/*background: rgba(15, 15, 15, 1);*/
	background-image: linear-gradient(355deg, #00a9dd 0, #17769c 25%, #1f4459 50%, #12181d 75%, #000000 100%);
}

.btn-ingresar{
	background-image: linear-gradient(180deg, #5d6366 0, #415460 25%, #1f4459 50%, #003553 75%, #00264d 100%);
	color:  rgba(250,250,250,1);
}

.btn-recordar{
	background-image: radial-gradient(circle at 50% -20.71%, #edf3ff 0, #b5c9f2 50%, #79a1e2 100%);
}

.input_lic{
	text-transform: uppercase;
}