.register-logo{
	margin-top: 5rem;
	margin-bottom: 5rem;
}

.register-title{
	font-size: 1.5rem;
	margin-top:6rem
}

.register-bold{
	font-weight: 500;
	font-size: 1.75rem;
/* 	font-weight: 500; */
/* 	font-size: 1.75rem; */
/* 	margin-bottom: 0.5rem; */
/* 	font-size: 1.5rem; */
}

.register-desc{
	margin-top: 2rem;
}

.register-content{
	width: 100%;
	padding: 2rem 3rem;
}

.register-background{
	height: 500px;
	width: 30px;
	margin-top: -100px;
	box-shadow: -19px 0 35px -7px #F5F5F5;
}

.custom-control-label{
	padding-left: 1.5rem;
}

.register-subtitles{
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.register-category{
	margin-bottom: 0.5rem;
}

.custom-control-input-intelipos:checked ~ .custom-control-label-intelipos::before{
	color: #fff;
	border-color: #E1251B;
	background-color: #E1251B;
}
.custom-checkbox .custom-control-label::before{
	color: #fff;
	border-color: #e2e5ec;
	background-color: #fff;
}

/* color de borde y relleno de control */
.custom-checkbox-intelipos .custom-control-label-intelipos::before{
	color: #fff;
	border-color: #e2e5ec;
	background-color: #e2e5ec;
}
/* color de borde y relleno de control antes de checked */
.custom-control-label-intelipos::before{
	color: #fff;
	border-color: #e2e5ec;
	background-color: #e2e5ec;
}
.custom-control-input:focus~.custom-control-label::before{
	box-shadow:0 0 0 0rem rgba(0,123,255,.25)
}

/* icono de palomita en checkbox */
.custom-checkbox-inline-intelipos .custom-control-input-intelipos:checked~.custom-control-label-intelipos::after,
.custom-checkbox-intelipos .custom-control-input-intelipos:checked~.custom-control-label-intelipos::after{
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.register-minimo-msi{
	margin-right: 1rem;
	margin-top: 1rem;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0;
}