
.colums-50, .colums-100 {
	position: relative;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
  margin-top: 15px;
  display:block;
  float: left;
  line-height: normal;
}

.colums-50{
    width: 50%;
}

.colums-100{
    width: 100%;
}

.colums-50 h1, .colums-50 h2, .colums-100 h1, .colums-100 h2 {
  color: #FFFF00;
}

.required{
  color:red;
  background: none;
  padding-left: 0px;
}

.step-header{
  margin: 20px 0 10px 0;
  font-weight:bold;
}

.description-header{
  margin: 35px 0 0 0;
}

.label-left{
  display:inline-block;
  width: 40%;
  max-width: 200px;
  font-weight: normal;
  font-size: 100%;
}

form {
  width:100%;
  margin: 0 auto 30px;
  border: none;
}

form legend {
  border: none;
  margin-left: 0px;
}

form>div{
  margin-left: 15px;
  margin-bottom: 5px;
}

form button {
  display:inline-block;
	background: #72bf3b;
  border-style: none;
	padding:10px 20px;
	margin:10px 0;
	color: #fff;
  text-transform:uppercase;
	text-decoration:none;
	text-align:left;
  font-weight: bold;
	transition: background-color 0.3s ease;
  margin-bottom: 5px;
  margin-right: 5px;
}

form button:hover{
    cursor: pointer;
    background:#3a6223;
}

.request {
 text-align: center;
 padding-top: 25px;
 padding-bottom: 25px;
}

.request h1 {
 display: inline-block;
}

.request div {
margin: 50px 0;
}
