/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/

.gform form label {
  vertical-align: top;
}

.gform ::-webkit-input-placeholder {
  font-style: italic;
}

.gform :-moz-placeholder {
  font-style: italic;
}

.gform ::-moz-placeholder {
  font-style: italic;
}

.gform :-ms-input-placeholder {
  font-style: italic;
}