﻿.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%;
    }
}
.form-outline input.active + label,
.form-outline input:-webkit-autofill + label {
    transform: translateY(-1.8rem) scale(0.8);
    color: #3b71ca  !important;
}
