body { 
      font-family: "Fira Sans", Helvetica, Arial; 
      font-size: 12px; 
      padding: 50px 0px;
      background-color: #ffffff;
    }
    input[type="text"],
    input[type="password"],
    input[type="email"] {
      display: block;
      height: 40px;
      width: 360px;
      border: 1px solid #CBD6E2;
      border-radius: 3px;
      background-color: #F5F8FA;
      font-size: 16px;
      margin-bottom: 34px;
      margin-top: 4px;
      padding-left: 8px;
    }
    input[type="submit"] {
      display: block;
      height: 40px;
      width: 370px;
      border: 1px solid #CBD6E2;
      border-radius: 30px;
      background-color: #4277fc;
      color: #FFFFFF;
      font-size: 14px;
      font-weight: 600;
      margin: 40px auto auto auto;
      padding: 0px;
      white-space: normal;
      
    }
    input[type="submit"]:hover:enabled {
      background-color: #1053fb;
      border-color: #1053fb;
      cursor: pointer;
      text-decoration: none;
    }
    #hs-register-widget-password, #hs-reset-widget-password {
      margin-bottom: 8px;
    }
    .password-requirements {
      line-height: 1.5em;
      color: #425B76;
    }
    .auth-container {
      margin: 50px;
      width: 360px;
      text-align: center;
    }
    .logo {
      margin: 0px;
      text-align: center;
      width: 200px;
    }
    .sk-main {
      text-align: center;
    }
    .sk-container {
      width: 360px;
      text-align: left;
    }  
    .form-container, .header-container {
      margin: auto;
      width: 360px;
    }
    .header-container p {
      font-size: 14px;
      line-height: 24px;
    }
    .form-container a {
      float: right;
      font-size: 12px;
    }
    .introduction {
      color: #33475B;
      font-size: 16px;
      text-align: center;
    }
    .small {
      color: #516F90;
      font-size: 12px;
    }
    .footer {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-top: 22px;
    }
    .top-links-container {
      display: flex;
      justify-content: space-between;
      margin: 30px 30px 0;
    }
    .back-button, .admin-login, .form-container a {
      font-size: 12px;
    }
    form {
      margin-top: 40px;
      width: 360px;
    }
    label {
      color: #425B76;
      font-weight: 600;
    }
    a {
      color: #4277fc;
      font-weight: 500;
      text-decoration: none;
    }
    a:hover {
      text-decoration: none;
      color: #000000;
    }
    h4 {
      color: #33475B;
      font-size: 10px;
      text-align: center;
    }
    h1 {
      color: #33475B;
      font-size: 24px;
      text-align: center;
    }
    ul {
      list-style: none;
      padding-inline-start: 0px;
    }
    input:disabled {
      background-color: #eaf0f6 !important;
      border-color: #eaf0f6;
      color: #cbd6e2;
      cursor: not-allowed;
    }
    input::placeholder {
       color: #7c98b6;
    }
    input:disabled::placeholder {
       color: #cbd6e2;
    }
    #hs_login_reset {
      float: left;
    }
    .hs-membership-global-error {
      color: #f2545b;
      text-align: center;
    }
    .hs-membership-global-message {
      text-align: center;
    }

    #hs-membership-form-anchor {
      float: none;
      font-size: 14px;
      font-weight: 600;
    }

    .hs-membership-loader.active input {
      display: none;
    }

    .hs-membership-loader.active {
      margin: 40px auto auto auto;
      border: 5px solid #f3f3f3;
      border-top: 5px solid #555;
      border-radius: 50%;
      width: 30px;
      height: 30px;
      animation: spin 1s linear infinite;
    }

    @keyframes spin {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }


    p {
      font-size: 12px;
      color: #425B76;
    }

      
    .omx-button {
      display: inline-block;
      height: 30px;
      width: 370px;
      border-radius: 30px;
      background-color: #4277fc;
      color: #FFFFFF;
      font-size: 14px;
      font-weight: 600;
      margin: 0px;
      padding: 0px;
      white-space: normal;
      vertical-align: middle;
      padding-top: 10px;
    }

    .omx-button:hover,
    .omx-button:focus {
      background-color: #1053fb;
      cursor: pointer;
      text-decoration: none;
      color: #FFFFFF;
    }  

    #hs-register-widget-checkbox-consent {
      font-size: 12px;
      color: #000000;

    #hs-login-self-registration-link a {
      float: none;
      font-size: 14px;
      padding: 5px;
    }

    #hs-login-self-registration-link {
      text-align: center;
      color: #516F90;
    }