/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}*/

/* Elements */




/* Classes */
.alert .error {
    font-weight: 900;
}

.corporate-footer {
    font-size: 0.95em;
    font-weight:900;
    color:black;
}

.form-row-button {
    margin: 10px;
}

.form-row-button .btn {
    vertical-align:middle;
    font-size:2em;
}



