﻿input, textarea {
    width: 96%;
    padding: 2%;
}

.success {
    background-color: #6BCC7D;
    color: #14630E;
    padding: 10px 0px;
    text-align: center;
    list-style: none;
}

textarea {
    height: 100px;
}

input[type=reset] {
    display: none;
}

input[type=submit] {
    margin: auto;
    width: 50%;
    margin-top: 10px;
}

.control-group {
    margin-bottom: 15px;
}

input[type=checkbox] {
    width: 30px;
}

footer .control-group {
    float: left;
    width: 96%;
    margin: 1% 2%;
}

nav label
{
    color: #E7E8EA;
}

footer form, nav .footerContactForm form {
    width: 100%;
    display: inline-block;
}

footer input, footer textarea, nav .footerContactForm input {
        background-color: #3B81D4;
    -webkit-box-shadow: inset 0 3px 3px 0 rgba(0,0,0,0.5);
    box-shadow: inset 0 3px 3px 0 rgba(0,0,0,0.5);
    border: none;
    color: white;
    border-radius: 5px;
}

footer textarea {
    width: 92%;
}

footer input[type=submit], nav .footerContactForm input[type=submit] {
    background-color: #E7E8EA;
    color: #161627;
    float: right;
    width: 55%;
    padding: 7px 10px;
    margin-top: 0px;
}

nav .footerContactForm input[type=submit]
{
    margin-bottom: 10px;
}

.formMessagesContainer
{
    display: inline-block;
    
}

nav .formMessagesContainer
{
    width: 100%;
}

@media all and (min-width: 768px) {

    form {
        width: 50%;
    }

    footer .control-group {
        width: 46%;
    }

    footer input[type=submit] {
        width: 20%;
    }
}

@media all and (min-width: 1200px) {
}
