body {
    background-color: #72B440;
    /* background-color: transparent; */
    /* background-image: linear-gradient(0deg, #72B440 0%, #126F34 100%); */
    /* height: 100vh; */
}

body > .container > .row{
    min-height: 90vh;
}

/* FLASH */
.flash-alert {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1050;
    width: 90%;
    max-width: 600px;
}

.alert-dismissible:hover {
    cursor: pointer;
    opacity: 0.8;
}
