/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.hs_submit, .hs-submit {
  display:flex !important;
  justify-content:center !important;
}
.hs-button {
  border-radius:6px !important;
  letter-spacing: 1px; !important;
}

form input[type='submit']:active, form .hs-button:active {
  background-color:#00aeef !important;
}

form input[type='submit']:hover, form input[type='submit']:focus, form .hs-button:hover, form .hs-button:focus {
 background-color:#1a90bc !important;
}

.footer .widget-type-cell {
  border-top:1px solid #d8d8d8 !important;
}