body {
  /*27, 149, 162*/ }
  body .lpc-light-mode-block {
    background: none; }
  body .g-button {
    background: #31cbc3;
    border-radius: unset;
    padding: 12px 15px;
    box-shadow: none;
    text-shadow: none;
    border: 1px solid transparent; }
    body .g-button:hover {
      background: transparent;
      color: #31cbc3 !important;
      border: 1px solid #31cbc3;
      box-shadow: none;
      text-shadow: none; }
    body .g-button.g-button--invert {
      background: transparent;
      color: #31cbc3 !important;
      border: 1px solid #31cbc3; }
      body .g-button.g-button--invert:hover {
        background: #31cbc3;
        color: #fff;
        border: 1px solid #31cbc3;
        box-shadow: none;
        text-shadow: none; }
  body .g-auth__fogot-password, body .g-auth__personal-note a {
    color: #31cbc3;
    border-color: #31cbc3; }
  body input[type=text][name=_cn], body .g-form-control-text, body .g-form-control-textarea {
    border-radius: unset;
    padding: 12px 15px; }
