body {
    height: 100vh;
    background-color: #212529;
    overflow: hidden;
}

.contact-form{
    background: #fff;
    margin-top: 5%;
}
.contact-form .form-control{
    border-radius:1rem;
}
.contact-image{
    text-align: center;
}
.contact-image img{
    border-radius: 6rem;
    width: 11%;
    margin-top: -3%;
    transform: rotate(29deg);
}
.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: #0062cc;
}
.contact-form .btnContact {
    width: 70%;
    border: none;
    border-radius: 1rem;
    padding: 3%;
    background: #dc3545;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}

#goBack {
    background-color: rgb(9, 66, 172);
    color: white;
    text-align: center;
}

#goBack:hover {
    text-decoration: none !important;
}