.login-section {
    text-align: center;
}

.login-form {
    display: inline-block;
    text-align: left;
}

.form-group {
    margin-bottom: 15px;
}

.cta-section {
    text-align: center;
    padding: 20px;
    background-color: var(--highlight-color);
    border-top: 1px solid var(--border-color);
    margin-top: 20px;
}

.cta-message {
    font-size: var(--text-font-size);
    color: var(--text-color);
}

.cta-link {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: bold;
}

.cta-link:hover {
    text-decoration: underline;
}
