body{
    background-image: url(../img/background.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

    height: 100vh;
    min-height: 100vh;
    position: relative;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

.fc-non-business{
    cursor: not-allowed;
}

button[type="submit"]:disabled .spinner-border{
    display: inline-block !important;
}