.field-validation-error {
    color: red;
}

.card {
    margin-bottom: 0px;
}

.box {
    position: relative;
}

.overlay {
    position: absolute;
    width: 100%;
    background: #9d9d9d7d;
    height: 100%;
    z-index: 99999;
    left: 0;
    top: 0;
}

.control-label{
    font-weight:bold;
}
