﻿body {

}

.center_div{
    margin: 0 auto;
    width:80%
}

.btn {
    border-radius: 0px !important;
}

.form-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
}

.form-control {
    border-radius: 0px !important;
}

.btn.btn-custom {
    border: 1px solid #808080;
    min-width: 300px;
    background-color: #ffffff;
    color: #808080;
}

form#contact_form {
    /*border: 1px solid red;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

label#name-error {
    width: 100%;
    font-size: 14px;
    font-family: "Raleway", sans-serif;
    color: #cc3300;
    font-weight: 400;
    padding-top: 5px;
    padding-left: 5px;
    margin-bottom: 0px;
}

label#company-error {
    width: 100%;
    font-size: 14px;
    font-family: "Raleway", sans-serif;
    color: #cc3300;
    font-weight: 400;
    padding-top: 5px;
    padding-left: 5px;
    margin-bottom: 0px;
}

label#email-error {
    width: 100%;
    font-size: 14px;
    font-family: "Raleway", sans-serif;
    color: #cc3300;
    font-weight: 400;
    padding-top: 5px;
    padding-left: 5px;
    margin-bottom: 0px;
}

label#subject-error {
    width: 100%;
    font-size: 14px;
    font-family: "Raleway", sans-serif;
    color: #cc3300;
    font-weight: 400;
    padding-top: 5px;
    padding-left: 5px;
    margin-bottom: 0px;
}

label#message-error {
    width: 100%;
    font-size: 14px;
    font-family: "Raleway", sans-serif;
    color: #cc3300;
    font-weight: 400;
    padding-top: 5px;
    padding-left: 5px;
    margin-bottom: 0px;
}