body {
    font-family: 'Calibri', 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
    line-height: 1.3;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    min-height: 100vh;
    background-size: auto;
    color: white;
}

.container {
    text-align: center;
    width: 796px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    background-color: rgba(63, 84, 102, 0.95);
    text-shadow: 1px 1px rgba(0, 0, 0, 0.75);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px;
}

.container .row {
    display: flex;
    justify-content: center;
    padding: 16px;
}


.contact-form {
    width: 100%;
    max-width: 520px;
    border: none;
    padding: 16px;
}

@media(max-width:640px) {
    .contact-form {
        width: 100%
    }
}

.contact-form button {
    width: 100%;
    color:rgba(63, 84, 102, 0.95);
    text-transform: uppercase;
    padding: 8px;
}

.icon-phone:before {
    content: "\e942";
}

.form-control-data\[phone\]:after {
    top: 14px;
    left: 9px;
    background-image: url(../img/material-icon-phone.png);
    background-size: 32px;
}

.form-control-data\[email\]:after {
    top: 14px;
    left: 9px;
    background-image: url(../img/material-icon-email.png);
    background-size: 32px;
}

.form-control-data\[name\]:after {
    top: 14px;
    left: 9px;
    background-image: url(../img/material-icon-person.png);
    background-size: 32px;

}



.container h1 {
    display: block;
    font-size: 2em;
    font-weight: bold;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;

}

@media(max-width:640px) {
    .container h1 {
        font-size: 1.5em;
    }
}

.form-group {
    /* margin-bottom: inherit; */
}

.back-to-home {
    margin-top: 32px;
    background: white;
    padding: 8px;
    text-shadow: 0 0 black;
}