body {
    color: #000;
    font-size: 1.2em;
    display: flex;
    flex-direction: column;
}

html, body {
    height: 100%;
    margin: 0;
}

.gen-gap {
    margin: 15px auto;
}

.custom-form {
    height: 60px;
}

.loading {
    display: none;
    height:380%;
    width: 100%;
    position: absolute;
    top: 0px;
    background: rgba(0,0,0,0.5);
}

.select2-search__field {
    height: 21px !important;
}

.container-custom {
    margin: 20px auto;
}