﻿.loader {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background: #66666666;
    z-index: 99;
}

.v-center.center {
    text-align: center;
    top: 50%;
    position: absolute;
    width: 100%;
    transform: translateY(-50%);
}

label {
    font-weight: bold;
    padding-right: 20px;
}

.form-check input:hover {
    cursor: pointer;
}


.halfmax > div {
    max-width: 800px;
}
