/*
You can add your own CSS here.
Click the help icon above to learn more.
*/
.row {
width: 100%;
margin-top: 15px;
}
.row *{
width: 100%;
}
.row .col:nth-child(1) {
float: left;
width: 49%;
}
.row .col:nth-child(2) {
float: right;
width: 49%;
}
.row input[type=”text”], .row input[type=”email”] {
line-height: 25px;
}