

body 
{
    font-size: 16px; /* Adjust as needed */
    
}

.container 
{
    width: 90%; /* Adjust as needed */
}

.form-row-content,.form-row-heading 
{
    margin-bottom: 10px;
}

input, select, textarea 
{
    width: 100%;
    box-sizing: border-box;
}
