body {
    font-size: 16px;
}

#smallContactForm .grid-x {
    max-width: 1000px;
    margin: auto;
}
#smallContactForm .grid-x .cell {
    padding: 0px 10px 4px 10px;
}
#smallContactForm .grid-x .button {
    background: #a90001;
    color: #ffffff;
    height: 50px;
    width: 100px;
    text-align: center;
    float: right;
    font-weight: bold;
}




/*Abide Form*/
.contactForm.grid-x {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#contact-form .grid-x .cell:first-child {
    margin-bottom: 30px;
}
#contact-form .cell .button {
    background: #a90001 !important;
}
#contact-form .grid-x .cell .button {
    color: #ffffff;
    font-weight: bold;
}
#contact-form .grid-x .cell .button:hover {
    background: #FF0506;
}
#contact-form .grid-x .cell label {
    font-family: Roboto, sans-serif;
    font-weight: bold;
}