/* @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    */
/*****************************************/

.footer--site-page {
  display:none;
}

.header__container {
  display:none;
}

.form-title {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    background-color: #E5EDFF!imprortant;
    border: 1px none #E5EDFF!important;
    color: #000000;
}

.form {
    background-color: #E5EDFF!imprtant;
    border: 3px solid #E5EDFF!imprtant;
    border-radius: 5px;
    padding: 25px 25px;
}

.button.button--secondary {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.0);
    border: 1px solid #0048ff;
    border-radius: 50px;
    color: #0048ff;
    fill: #0048ff;
    padding: 12px 44px;
    text-transform: none;
}


@media (max-width: 1100px) {

  .h1 {
      font-size: 60px!important;
  }

  }

.row-fluid .span6 {
    width: 48.717948718%;
    border-radius: 10px;
  *width: 48.66475}72286383%;
}

.dnd-section .dnd-column {
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
}