.mt-mb--xl {
    margin-top: 5em;
    margin-bottom: 5em;
}

h2 {
    font-family: var(--headings__font-family);
    font-size: 2.25rem;
    margin-top: 0;
    font-weight: 600;
    color: var(--color-company-2);
}

/* Sign in page */

.sign_in .widget.widget-text {
  margin-bottom: 0.2em;
}

.sign_in label {
  margin-bottom: 0.1rem;
}

label {
    margin-top: 1em;
}

.form-control, .formbody .widget-text input, .formbody .widget-text textarea, .formbody .widget-password input, .formbody .widget-password textarea, .formbody .widget-textarea input {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* LOGO IM FOOTER - POWERED BY GUTES */

.footer-copyright {
  margin-top: 0;
}

.gutes-power img {
  width: 100%;
  max-width: 110px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}