.login-header {
          margin: 0 0 3rem 9rem !important;
}

.page-layout-admin-login .admin__legend {
          color: #82C8B6 !important;
          font-size: 2.6rem !important;
          font-weight: 300 !important;
          line-height: 1.2 !important;
          margin: -1rem 0 2.5rem !important;
}

.action-primary {
          background-color: #82C8B6;
          border-color: #82C8B6;
          color: #ffffff;
          text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}

.action-primary:hover {
          background-color: #01303B;
          border-color: #01303B;
          color: #ffffff;
          text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}

