.form-row{
 width: 100%;
}
.column-half, .column-full{
 float: left;
 position: relative;
 padding: 0.65rem;
 width:100%;
 -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}


.column-half2{
 float: left;
 position: relative;
 width: 48%;

 -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}

.column-half3{
 float: right;
 position: relative;
 width: 48%;

 -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}


.clearfix:after {
 content: "";
 display: table;
 clear: both;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) {
 .column-half{
  width: 50%;
 }
 .column-half2{
  width: 48%;
 }
 .column-half3{
  width: 48%;
 }
}

select {
    width: 75%;
}