body{
	background:#F2F2F2;
	padding: 20px;
}
label{
	font-weight: 600;
	display: block;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
	display: block;
	width: 100%;
}
.center{
	text-align: center;
}
.requerido{
	color: red;
}
.val{
	color: red;
	font-size: 14px;
	font-weight: 400;
}
.modal.in .modal-dialog{
	z-index: 999999;
}
.btn-dark{
	background: #000;
	color: #fff;
	padding: 15px;
	width: 100%;
}
.btn-dark:hover{
	background: #4e4e4e;
	color: #fff;
}
p{
	font-size: 16px;
}
