html, body{
	background:url("../_IMG/fondos_corporativos/fondo1.jpg") center center no-repeat !important;
	background-size: cover !important;
	width:100%;
	height:100%;	
}
.user_card {
	height: 330px;
	width: 350px;
	margin-top: auto;
	margin-bottom: auto;
	background: #FFFFFF;
	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: 10px;

}
.title_inicio{
	color: #696158;
	float:left;
	/*font-weight: bold;*/
	margin: -5px 0 0 -120px;
}
.brand_logo_container {
	position: absolute;
	top: -35px;
	right: 15px;
	/*border-radius: 50%;*/
	background: none;
	padding: 10px;
	text-align: right;
}
.brand_logo{
	height: 85px;	
	padding-top: 25px;
	border: none;
}
.form_container {
	margin-top: 80px;
}
.login_btn {
	width: 100%;
	background: #F9423A !important;
	/*background: #c0392b !important;*/
	color: white !important;
}
.login_btn:focus {
	box-shadow: none !important;
	outline: 0px !important;
}
.login_container {
	padding: 0 2rem;
}
.input-group-text {
	background: #F9423A !important;
	/*background: #c0392b !important;*/
	color: white !important;
	border: 0 !important;
	border-radius: 0.25rem 0 0 0.25rem !important;
}

