.form__form {
    margin-bottom: 30px;
}

.form__subtitle {
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 1.1em;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

.form__desc--small {
    font-size: 0.9em;
    margin-top: 20px;
    color: #666;
}

.form__list {
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.form__list-item {
    margin-bottom: 5px;
    font-size: 0.9em;
}

.form__button-container {
    margin-top: 30px;
    text-align: center;
}

.form-message {
    text-align: center;
    font-size: 1.2em;
    color: #4caf50;
    margin: 30px 0;
    padding: 20px;
    background-color: #f8f8f8;
    border-radius: 5px;
}

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

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

.form-control-file {
    margin-bottom: 10px;
}
