.bg-dark-green {
    background-color: #103E41;
}
body {
    background-color: #EFF6F6;
}
.btn-outline-light-green,
.btn-outline-light-green:hover,
.btn-outline-light-green:active,
.btn-outline-light-green:focus {
    border: 2px solid #84F7D2 !important;
    background-color: transparent !important;
    color: #84F7D2 !important;
}
.center-card {
    width: 100%;
    max-width: 400px;
    border-radius: 8px;
    margin: 1.5rem;
    margin-top: 0;
}
@media (max-width: 575.98px) {
    .center-card {
        margin: 0;
    }
}
.center-card .card-body {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 35px;
    padding-bottom: 60px;
}
.btn-green,
.btn-green:hover,
.btn-green:active,
.btn-green:focus {
    border: 2px solid #2E6764 !important;
    background-color: #2E6764 !important;
    color: #FFF !important;
}
.text-green {
    color: #2E6764 !important;
}
.btn-shadow {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
}
html {
    height: 100%;
}
body {
    height: 100%;
    display: flex;
    flex-direction: column;
}
main {
    flex-grow: 1;
    display: flex;
    align-content: center;
    justify-content: center;
    overflow-x: hidden;
    overflow-y: auto;
}

@media (min-width: 576px) {
    main {
        align-items: center;
    }
}
