@charset "utf-8";
/* CSS Document */
body {
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #EFF5F8;
    color: #4B4B4B;
    padding: 20px;
    font-size: 1em; /* Adjusted for better readability */
}

.form-container {
    max-width: 1100px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.form-container h2 {
    text-align: center;
    margin-bottom: 20px;
}

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

.form-container input, 
.form-container select, 
.form-container textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* Adjust field sizes */
.size-5 {
    width: 50px;
}

.size-9 {
    width: 90px;
}

.size-10 {
    width: 100px;
}

.size-18 {
    width: 180px;
}

.size-20 {
    width: 200px;
}

.size-36 {
    width: 360px;
}

.form-container button {
    background-color: #1E1E1E;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 10px;
    cursor: pointer;
    font-size: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-container button i {
    margin-right: 8px;
}

.form-container button:hover {
    background-color: #333;
}

.image-container {
    text-align: center; /* Centers the image horizontally */
    margin-bottom: 20px;
}

.image-container img {
    max-width: 100%;
    height: auto;
}

/* Adjust field sizes */
.size-5 {
    width: 50px;
}

.size-9 {
    width: 90px;
}

.size-10 {
    width: 100px;
}

.size-18 {
    width: 180px;
}

.size-20 {
    width: 200px;
}

.size-36 {
    width: 360px;
}

