html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: 'Lato', sans-serif;
}

#content {
    position: relative;
    min-height: 92vh;
}

.font-weight-900 {
    font-weight: 900;
}

.invalid-form {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #e74a3b;
}

.not-link {
    color: #e74a3b;
}
