.titleLogin {
    font-weight:bold;
    color: #f8ba31; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#f8ba31, #fddc6b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card-header {
    background-color: #009a40;
    padding: 1.5rem 1.5rem 0 1.5rem;
}

.card-header img {
    padding-bottom: 1rem;
}

.footer-header {
    width: 100%;
    padding-bottom: 1.5rem
}


html body a {
    color: #009A44;
}


.btn-blue {
    border-color: #009A44 !important;
    background-color: #009A44 !important;
    margin-bottom: 1.5rem;
    border-radius: 2rem;
}


.blue {
    color: #009A44 !important;
}

form .form-group {
    margin-bottom: 0.3rem;
}

.form-group{
    margin-bottom: 0.3rem;
}

.header {
    width: 100%;
    background-color: #009A44;
}

@media only screen and (max-width: 576px) {
    .titleLogin {
        font-size: 16px;
    }
}