body {
    font-family: 'Montserrat', sans-serif;
    background-color: #27241F;
}

.contact-us_container {
background: #D9D9D9;
border-radius: 27px;
width:554px;
height:680px;
margin: 40px auto;
text-align: center;
}

.contact__form-title {

color: #13110E;
font-size:36px;
font-weight:700;
display:flex;
justify-content:center;
padding: 20px 0;
}

.contact__form-name, .contact__form-email, .contact__form-subject {
    font-weight:600;
    color: #13110E;
    padding: 0 0 5px 0;
    text-align:left;
    margin: 0 30px;
}


.contact__form-name input, .contact__form-email input{
    border: none;
    outline: 0;
    background: #27241F;
    border-radius: 7px;
    width: 493px;
    height:35px;
    color: #FFF;
}

.contact__form-subject{
    font-weight:600;
    color: #13110E;
    padding: 10px 0;
}

.contact__form-subject textarea {
    border: none;
    outline: 0;
    background: #27241F;
    border-radius:7px;
    width:493px;
    height:390px;
    color: #FFF;
    resize: none;
    font-family: 'Monteserrat', sans-serif;
}

.contact__form-submit input{
    border: none;
    outline: 0;
    background: #27241F;
    color: #D9D9D9;
    font-weight:600;
    font-family: 'MontSerrat', sans-serif;
    width:493px;
    height:41px;
    border-radius: 7px;
    font-size:20px;
}

.required{
    color: #FF0000;
}