.action-buttons {
  padding-top: 4px;
}

.action-buttons .btn {
  margin-right: 5px;
  margin-bottom: 15px;
  margin-left: 5px;
}

.action-info {
  margin-top: 4rem;
}

body {
  margin-bottom: 0;
}

.btn {
  padding: 11px 12px 8px !important;
}

.btn.btn-default:focus {
  color: #ff7c3e;
  background-color: #ffffff;
  border-color: #ff7c3e;
}

.btn.btn-primary:focus {
  background-color: #ff9d6f;
  border-color: #ff9d6f;
}

.copyright-fine-print > a {
  color: #ffffff;
}

#footer .copyright > .container-fluid {
  border-top: 1px solid #ffffff;
  padding-bottom: 2px;
}

#footer .copyright > .container-fluid .copyright-inner {
  width: 100%;
}

#footer .center-content {
  justify-content: center;
}

@media (max-width: 768px) {
  footer#footer .footer-center > .container {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  footer#footer .footer-center > .container {
    width: 750px !important;
    max-width: 100% !important;
  }
}
@media (min-width: 992px) {
  footer#footer .footer-center > .container {
    width: 970px !important;
    max-width: 100% !important;
  }
}
@media (min-width: 1200px) {
  footer#footer .footer-center > .container {
    width: 1170px !important;
    max-width: 100% !important;
  }
}

.display-grid {
  display: grid;
}

div#content {
  box-shadow: none;
}

.errors.lgred {
  font-family: "Roboto", sans-serif !important;
}

#footer {
  height: auto !important;
  position: relative !important;
}

#footer > .copyright {
  border-top: 1px solid #ffffff;
  padding-bottom: 2px;
}

#footer .copyright > .container {
  border: none;
}

h1 {
  color: #666666 !important;
  font-family: Catamaran, sans-serif !important;
  font-weight: 600 !important;
  margin-bottom: 12px !important;
}

h4 {
  color: #666666 !important;
  font-family: Roboto, sans-serif !important;
  margin-bottom: 8px !important;
}

header#header .topbar-login-box .dashboard-links a {
  font-size: 12px;
  line-height: 38.4px;
}

#learn-more {
  display: block;
  margin: 18px auto 24px;
}

.login-section {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

#loginForm.login-section,
#MultiAccountForm.login-section,
.mw-550 {
  max-width: 550px;
}

.main {
  flex: 1;
  margin-top: 20px;
  margin-bottom: 20px;
}

#passwordManagementForm {
  margin-top: 6px;
}

#passwordManagementForm .form-group {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 575.98px) {
  .password-reqs {
    margin-top: 32px !important;
    width: auto;
  }
}

#passwordUpdate,
#unlock {
  max-width: 1200px;
}

#passwordUpdate .password-reqs {
  margin-top: 46px;
}

@media (max-width: 767.98px) {
  #sso-login .display-grid {
    padding-bottom: 6px;
    padding-left: 15px !important;
  }
}

@media (min-width: 768px) {
  #sso-login .display-grid:first-of-type {
    padding-right: 7px;
  }
  
  #sso-login .display-grid:last-of-type {
    padding-left: 7px;
  }
}

#unlock form > section {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#unlock .password-reqs {
  margin-top: 10px;
}
