   #footer {
    padding: 10px;
    background-color: #FFF;
    font-size: 14px;
    color: #169546;
    font-family: "lato";
    width: 100%;
    min-height: 100px;
    border-top: 5px solid;
    box-shadow: 0px 4px 4px 4px #BEBEBE;
}

    input[type="submit"]:hover {
    color: #FFF;
    background-color: rgba(25, 187, 87, 0.9);
}
input[type="submit"] {
	
    border-radius: 50px;
    cursor: pointer;
    font-family: "lato";
    color: rgba(25, 187, 87, 0.9);
    font-size: 12px;
    background-color: #FFF;
    padding: 4px 12px;
    font-weight: bold;
    border: 2px solid rgba(25, 187, 87, 0.9) !important;
}


input[type="submit"].error {
    color: rgba(238, 48, 0, 0.9);
    border-color: rgba(238, 48, 0, 0.9) !important;
}

input[type="submit"].error:hover {
	background-color: rgba(238, 48, 0, 0.9);
    border-color: rgba(202, 40, 0, 0.9) !important;
    color: #fff;
}