body .g-page-board a.g-button, body input[type="submit"], body .g-button, body .g-button.g-button--invert {
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  vertical-align: top;
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
  font-size: 13px;
  line-height: normal;
  background-color: transparent;
  color: #3f3f3f;
  position: relative;
  text-decoration-line: none;
  width: auto;
  background-image: none;
  background-repeat: repeat;
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
  margin-right: 20px;
  margin-left: 0;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  border-bottom-left-radius: 200px;
  font-weight: 600;
  text-align: center;
  height: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition-property: all;
  transition-duration: 700ms;
  transition-delay: 0ms;
  transition-timing-function: ease;
  text-transform: uppercase;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  box-shadow: none;
  flex-shrink: 0;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #b5b5b5;
  border-right-color: #b5b5b5;
  border-bottom-color: #b5b5b5;
  border-left-color: #b5b5b5;
}
body .g-page-board a.g-button:hover, body input[type="submit"]:hover, body .g-button:hover, body .g-button.g-button--invert:hover {
  background-color: #3f3f3f;
  border-top-color: #3f3f3f;
  border-right-color: #3f3f3f;
  border-bottom-color: #3f3f3f;
  border-left-color: #3f3f3f;
  color: #fff;
}
body .g-auth__personal-note a {
  border-bottom-color: #cd2072;
}
