#obs_contact_form form {
    background: #5BDAE9;
    position: relative;
}
#obs_contact_form form label {
    display: block;
    padding: 10px 5px 0px 2px;
    font-size: 1.0em;
    text-transform: uppercase;
    
    cursor: pointer;
    margin: 0;
}
#obs_contact_form form input {
line-height: 1.5;
    font-size: 1.2em;
    padding: 0 1em;
    -webkit-appearance: none;
    display: block;
    width: 100%;
    border-radius: 8px;
    border: solid 1px #eee;
    }
.form-group {
    
    width: 49%;
    padding: 0px 30px;
    float: left;
}
.form-group {
    margin-top: 0;
}
.form-group.confirm-button {
    float: right;
    margin: 30px 20px 10px;
}

#obs_contact_form form:after { 
	clear: both; 
}
.clear {
  clear: both;
}


@media screen and (max-width: 48em) {
	.form-group {
		width: 100%;
		padding: 0px 30px;
    float: none;
	}
  .form-group.confirm-button {
    float: none;
    margin: 20px auto;
  }
 #obs_contact_form .container {
  
 } 
}              

/*
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *  contenteditable attribute is included anywhere else in the document.
 *  Otherwise it causes space to appear at the top and bottom of elements
 *  that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 * `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.cf:after {
  clear: both;
}
  
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  zoom: 1;
}
  