
.top-wrap-height {
    height: 85vh;
    min-height: 460px;
    transition: height 0.25s;
}
.top-container {
    z-index: 2;
}

.zy-type-card p.uk-text-bold {
    font-size: 12px;
}
.uk-form-label {
    font-weight: bold;
}
button[type=submit] {
    background-color: #6CBE45;
    color: #333;
}
.uk-button-primary,
button[type=reset] {
    background-color: #333;
    color: #64be00;
}