.row-form_register {
display: flex;
align-content: center;
align-items: center;
}
.row-form_register .wpcf7-form-control-wrap.your-name {
padding-right:15px;
}
.form-register .wpcf7-form-control-wrap .wpcf7-form-control{
border-radius:20px;
height:45px;
}
.form-register .wpcf7-submit{
border-radius:20px;
height:45px;
width:100%;
text-align:center;
}
.contact-information{
box-shadow: 0px 0px 0px 6px #555555;
}
.contact-information .icon-awesome {
top: -40px;
z-index: 10;
position: relative;
margin-bottom:-20px;
}
.contact-information .icon-awesome i {
background: #078056;
border-radius: 100%;
color: #fff;
width: 70px;
height: 70px;
text-align: center;
padding-top: 20px;
}
@media only screen and (max-width: 48em) { }