.center-hv {
    height: calc(100vh - 130px);
    overflow-y: auto;
    position: relative;
    top: 50px;
    padding: 20px 0 0;
}

.center-hv.no-footer {
    height: calc(100vh - 50px);
}

.required:after {
    color: #e32;
    content: " *";
}

.fs-20 {
    font-size: 20px;
}