body {
    min-height: 100vh;
}

.btn-login {
    background-color: #048805;
    border-color: #048805;

    &:hover, &:focus-visible, &:disabled {
        border-color: #048805 !important;
        background-color: #048805 !important;
    }
}

.app-name {
    color: #048805;
}

.app-color-text {
    color: #048805 !important;
}

.hover-underline:hover {
    text-decoration: underline !important;
}

.hero-image {
    background-color: #f7f7f7;
}