body .g-button {
  display: inline-flex;
  justify-content: center;
  cursor: pointer;
  padding-top: 15px;
  padding-right: 30px;
  padding-bottom: 15px;
  padding-left: 30px;
  font-family: Montserrat Alternates, sans-serif;
  background: #fc59a3;
  border-radius: 60px;
  box-shadow: 0px 9px 15px 0px rgba(252, 89, 163, 0.6), inset 0px 15px 0px 0px rgba(255, 255, 255, 0.11);
  transition-property: all;
  transition-duration: 500ms;
  transition-delay: 0ms;
  transition-timing-function: ease;
  text-shadow: none;
}
body .g-button:hover, body .g-button:active {
  background: #fc59a3;
}
body .g-button.g-button--invert {
  color: #fc59a3 !important;
  border-color: #fc59a3;
}
body .g-button.g-button--invert:hover, body .g-button.g-button--invert:active {
  background: #fc59a3;
  border-color: #fc59a3;
  box-shadow: 0px 9px 15px 0px rgba(252, 89, 163, 0.6), inset 0px 15px 0px 0px rgba(255, 255, 255, 0.11);
}
body .g-auth__personal-note a {
  color: #fc59a3;
  border-bottom: 1px dotted #fc59a3;
}
@media (max-width: 479px) {
  .svg_image--u-iyluaixcj {
    width: 240px;
    height: auto;
    margin-right: 0px;
    margin-top: -43px;
    margin-left: auto;
  }
}
.g-submenu.g-submenu--top {
  display: none;
}
