.divider:after,
.divider:before {
content: "";
flex: 1;
height: 1px;
background: #eee;
}
.h-custom {
height: calc(100% - 73px);
}
@media (max-width: 450px) {
.h-custom {
height: 100%;
}
}

.btn-primary {
    color: #fff;
    background-color: #341587 !important;
}
.form-check {
    min-height: 1.5rem;
    margin-top: 13px;
}

span.text-danger {
	color: #ea0707 !important;
    font-size: 14px;
}
.is-invalid{
	color: #ea0707 !important;
    
}