/* Submission Section */
#submission {
    background: #ffffff;
	/*background: url('./images/LogoPix04.gif') no-repeat center center/cover;*/
    padding: 50px 0;
    text-align: center; /*left;*/
}

#submission form input {
    display: block;
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#submission form button {
    padding: 10px 20px;
    background: #28a745;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
}

#submission form button:hover {
    background: #218838;
}

.text-red {
    color: red;
    font-weight: bold;
}