.form-wrapper {
  .forgot-password {
    position: absolute;
    top: 31px;
    left: 34px;
    cursor: pointer;

    a {
      font-size: 14px;
      border-bottom: 1px solid #3683cd;
      padding-bottom: 2px;
      word-spacing: -1px;
      color: #006bc8;
      text-decoration: none;

      &:hover {
        border-bottom: 1.5px solid;
      }
    }
  }

  .alert {
    border: 1px solid #e9f5ff;
    background: #e9f5ff;
    padding: 11px 20px 0;
    border-radius: 10px;
    font-weight: 400;
    font-size: 12px;
    position: relative;
    text-align: center;
    width: 100%;
    line-height: 1.3;
    margin: 8px auto 1px;
    height: 41px;

    button {
      color: #0b65a7;
      background: none;
      border: none;
      border-bottom: 1px solid #85aad2;
      padding: 0 0 1.5px;
      margin: 0 2px 0 0;
      min-height: 14px;
      font-size: 11.5px;
      cursor: pointer;

      &:hover {
        border-bottom: 1.4px solid #5488c1;
        color: #025793;
      }
    }
  }
}

.os-macos {
  .form-wrapper {
    .alert {
      padding: 13px 20px;
    }
  }
}
