@import "homepage.css";

.container-fluid.application {
    background-color: #EDFDF0;
}

/*.container {
    padding-bottom: 30rem;
}*/

.card {
    border: none;
}

.text-header-application {
    font-family: var(--font-playfair);
    font-size: 40px;
    font-weight: 700;
    line-height: 53px;
    letter-spacing: 0em;
    text-align: center;
    color: #6CD382;
}

.text-header-info {
    font-family: var(--font-lato);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #54595F;
}

.btn-application {
    background-color: #6CD382;
    padding: 0.75rem 1.5rem;
    font-family: var(--font-playfair);
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: white;
}

.label-text {
    font-family: var(--font-lato);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #54595F;
    margin-bottom: 0.5rem;
}
