body {
    font-family: "Inter", sans-serif;
    background-color: #ffffff;
    margin: 0px;
}

a {
    text-decoration: none;
}

.form-header {
    background-color: #ec1f2b;
    color: #ffffff;
    padding: 35px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.complete-main-content {
    padding: 1rem 2rem;
    text-align: justify;
    flex-grow: 1;
}

.form-header h1 {
    margin: 0;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    flex-grow: 1;
}

.complete-main-content p {
    color: #555;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Footer */
.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
    text-align: center;
    padding: 1rem 0;
    background: transparent;
    font-size: 0.8rem;
    position: relative;
    bottom: auto;
    /* margin-top: 2rem; */
}

.footer-left {
    display: flex;
    align-items: center;
}

.footer a {
    text-decoration: none;
    color: #000;
}

.footer-left a {
    margin: 0 0.5rem;
}

.footer a:hover {
    color: #f5a726;
}
