.succes-submit-info {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.succes-submit-info p {
    margin: 0;
}

.study-obligation {
    color: #050d3e;
    font-size: 16px;
    line-height: 1.6;
}

.title {
    color: #689cd6;
}

.form-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.column {
    flex: 1;
    min-width: 250px;
}

/* --- MOBILE --- */
@media (max-width: 768px) {
    .form-container {
        flex-direction: column;
    }

    .column {
        min-width: 100%;
    }
}

.input-label {
    display: block;
    color: #050d3e;
}

.input {
    width: 100%;
    margin-top: 5px;
    border: 2px solid #ccc;
    border-radius: 4px;
    height: 40px;
}

.respondent-form {
    margin-top: 60px;
}

.consents-container {
    margin-top: 60px;
}

.consent {
    margin-top: 60px;
}

.consent-label {
    color: #050d3e;
    cursor: pointer;
    display: block;
    margin-left: 35px;
    margin-right: 35px;
}

.consent-checkbox {
    cursor: pointer;
    transform: scale(2.5);
    margin-right: 10px;
    accent-color: #689cd6;
}

.consent-description {
    margin-left: 35px;
    margin-right: 35px;
}

.consent-button {
    margin-left: 35px;
    color: #689cd6;
    font-weight: bold;
    text-decoration: underline;
}

.submit-button {
    margin-top: 30px;
    margin-left: 35px;
    padding: 10px 25px;
    font-size: 20px;
    background-color: #689cd6;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
