#centralContainer{
    min-width: 915px;
    max-width: 1565px;
    margin-left: auto;
    margin-right: auto;
    height: 672px;
    overflow: hidden;
    position: relative;
    height: 666px;
}

#map{
    position: absolute;
    right: 50%;
    height: 666px;
    width: 50%
}

#contactForm{
    width: 50%;
    position: absolute;
    left: 50%;
    height: 666px;
    background-image: url("../images/Haibull_Contact_03.jpg");
    background-position: left;
    background-repeat: no-repeat;
    
}

#contactFormForm{
    margin-top: 126px;
    width: 333px;
    height: 418px;
    margin-left: 17.083333%;
}

.input{
    width: 305px;
    height: 30px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 14px;
    padding-right: 14px;
    border: none;
    border-radius: 3px;
    margin-bottom: 11px;
    color: #3d3d3d;
}

textArea{
    border: none;
    border-radius: 3px;
    padding-top: 18px;
    width: 305px;
    padding-bottom: 7px;
    padding-right: 14px;
    padding-left: 14px;
    height: 224px;
    margin-bottom: 11px;
    color: #3d3d3d;
    
}

.button{
    padding-top: 4px;
    width: 333px;
    border: none;
    border-radius: 3px;
    background-color: #d5000d;    
    height: 44px;
    color: white;
}

.button:hover{
    cursor: pointer;
}

.input::-webkit-input-placeholder {
    color: #3d3d3d;
    opacity: 1 !important; /* for chrome */
}

textarea::-webkit-input-placeholder {
    color: #3d3d3d;
    opacity: 1 !important; /* for chrome */
}