body {
    background-color: #efefef!important;
}

.contact-form {
    background: #fff;
    margin-top: 10%;
    margin-bottom: 5%;
    width: 70% !important;
    -webkit-box-shadow: 0px 13px 27px -3px #9e9e9e;
    box-shadow: 0px 13px 27px -3px #9e9e9e;
    border-radius: 10px;
    max-width: unset!important;
}

.contact-form .form-control{
    border-radius:5px;
}

.contact-image{
    text-align: center;
}

.contact-image svg {
    margin-top: -3%;
    color: #03989E;
    width: 151px;
    height: 151px;
}
.contact-form form{
    padding: 14%;
}
.contact-form form .row{
    margin-bottom: -7%;
}
.contact-form h3{
    margin-bottom: 8%;
    margin-top: -10%;
    text-align: center;
    color: #03989E;
}
.contact-form .btnContact {
    border: none;
    border-radius: 5px;
    background: #03989E;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    padding: 7px 50px;
    display: inline-block;
    width: 300px;
    height: 40px;
}
.btnContactSubmit {
    width: 50%;
    border-radius: 3px;
    padding: 1.5%;
    color: #fff;
    background-color: #03989E;
    border: none;
    cursor: pointer;
}

.contact-form .other-option {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.contact-form .other-option h4 {
    width: 60%;
    text-align: center;
    border-bottom: 1px solid #03989E;
    line-height: 0.1em;
    margin: 10px 0 20px;
    color: #03989E;
}

.contact-form .other-option h4 span {
    background:#fff;
    padding:0 10px;
}

.contact-form .center {
    width: 100%;
    max-width: 100%;
    flex: unset;
    display: flex;
    justify-content: center;
}

.contact-form .center div a {
    padding: 10px 20px;
    border-radius: 4px;
    text-align: center;
    color: #03989E;
    width: 300px;
    border: solid 1px #03989E;
    display: inline-block;
    text-decoration: none;
}

.contact-form .center div a img {
    width: 25px;
}

@media (max-width: 756px) {
    .contact-form {
        width: 95% !important;
        margin-top: 14%;
    }

    .contact-form form {
        padding-left: 3%;
        padding-right: 3%;
    }

    .contact-form form .form-group {
        width: 100%;
    }

    .contact-form form .form-group input {
        width: 100%;
    }

    .contact-form .center div a {
        width: 100%;
    }

    .contact-image svg {
        margin-top: -12%;
    }
}
