@charset "utf-8";


#submit{
    width: 180px;
    display: block;
    margin: 45px auto;
}
#contact-form{
    max-width:850px;
    margin: auto;
}
label i{
    top: 25px !important;
}
button{
    font-size: 13px !important;
    font-weight: 600 !important;
}

@media screen and (max-width: 620px) {
    .form-group{
        margin-left: 0;
    }
}
