/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

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

.two-column-form .form-group {
    width: 48%;
}

.two-column-form .full-width {
    width: 100%;
}

.two-column-form input,
.two-column-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.two-column-form textarea {
    height: 120px;
}

.two-column-form input[type="submit"] {
    background-color: #0073aa;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 12px 25px;
}

.two-column-form input[type="submit"]:hover {
    background-color: #005177;
}