.form_group {
/* margin-bottom: 1rem; */
position: relative;
}

.validate-error {
border-color: #d50000 !important;
}

.validate-message {
color: #d50000;
position: absolute;
right: 0;
padding: .75rem;
font-size: 1rem;
line-height: 1;
border: 2px solid transparent;
}