/*
  Plugin Name: HelloWork - Transactions
*/
@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"),
    url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.woff2)
      format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
html {
  font-family: "Source Sans Pro";
  color: #4b5157;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0;
}
.container {
  max-width: 960px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.header-logo,
.content {
  text-align: center;
}
.header-logo {
  margin: 4rem 0 2rem;
}
.redir {
  font-size: 0.7rem;
}
img.gif {
  margin-top: 1rem;
  position: relative;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.frc-captcha {
  display: inline-block;
  text-align: initial;
}