
.primary--text {
  color: #76b246 !important;
}
.secondary--text {
  color: #76b246 !important;
}
.action--text {
  color: #329600 !important;
}
.brand--text {
  color: #292e37 !important;
}
.warning--text {
  color: #d6202c !important;
}
.activity--text {
  color: #2e99ce !important;
}
.disabled--text {
  color: rgba(0, 0, 0, 0.26) !important;
}
.primary--text {
  color: #76b246 !important;
}
.secondary--text {
  color: #76b246 !important;
}
.action--text {
  color: #329600 !important;
}
.brand--text {
  color: #292e37 !important;
}
.warning--text {
  color: #d6202c !important;
}
.activity--text {
  color: #2e99ce !important;
}
.disabled--text {
  color: rgba(0, 0, 0, 0.26) !important;
}
label {
  width: 100%;
  display: inline-block;
  margin-bottom: 0.2rem;
}
label .error {
    color: #d6202c;
    float: right;
}
input[type="text"],
input[type="email"],
input[type="password"] {
  padding: 0.5rem;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
input[type="text"].error,
  input[type="email"].error,
  input[type="password"].error {
    border: 1px solid #d6202c;
}
input[type="text"],
input[type="email"] {
  margin-bottom: 1.5rem;
}
button[type="submit"] {
  position: relative;
  background-color: #76b246;
  border: 0;
  border-radius: 3px;
  color: white;
  cursor: pointer;
  display: block;
  padding: 0.5rem 2rem;
  margin: auto;
}
button[type="submit"]:hover {
    background-color: #83bc55;
}
button[type="submit"]:active {
    background-color: #90c368;
}
.wrapper {
  position: relative;
  box-sizing: border-box;
  min-height: 100%;
  padding-bottom: 5rem;
}
.container {
  box-sizing: border-box;
}
h1 {
  font-weight: 100;
  text-align: center;
  margin: 2rem 0;
}
footer {
  box-sizing: border-box;
  bottom: 0;
  color: #999;
  position: absolute;
  font-size: 0.8rem;
  text-align: center;
  line-height: 1rem;
  padding: 2rem 1rem;
  width: 100%;
}

.primary--text[data-v-5082ef4f] {
  color: #76b246 !important;
}
.secondary--text[data-v-5082ef4f] {
  color: #76b246 !important;
}
.action--text[data-v-5082ef4f] {
  color: #329600 !important;
}
.brand--text[data-v-5082ef4f] {
  color: #292e37 !important;
}
.warning--text[data-v-5082ef4f] {
  color: #d6202c !important;
}
.activity--text[data-v-5082ef4f] {
  color: #2e99ce !important;
}
.disabled--text[data-v-5082ef4f] {
  color: rgba(0, 0, 0, 0.26) !important;
}
header[data-v-5082ef4f] {
  box-sizing: border-box;
  background-color: white;
  border-bottom: 1px solid #ccc;
  height: 4rem;
}
svg[data-v-5082ef4f],
img[data-v-5082ef4f] {
  height: 4rem;
  margin-left: 1rem;
  width: 8rem;
}

.primary--text[data-v-7bf7088c] {
  color: #76b246 !important;
}
.secondary--text[data-v-7bf7088c] {
  color: #76b246 !important;
}
.action--text[data-v-7bf7088c] {
  color: #329600 !important;
}
.brand--text[data-v-7bf7088c] {
  color: #292e37 !important;
}
.warning--text[data-v-7bf7088c] {
  color: #d6202c !important;
}
.activity--text[data-v-7bf7088c] {
  color: #2e99ce !important;
}
.disabled--text[data-v-7bf7088c] {
  color: rgba(0, 0, 0, 0.26) !important;
}
.card-wrapper[data-v-7bf7088c] {
  padding: 0 1rem;
}
.card[data-v-7bf7088c] {
  border-radius: 2px;
  background-color: white;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.15), 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin: auto;
  max-width: 28rem;
  padding: 1.5rem;
  margin-bottom: 2rem;
}

.primary--text {
  color: #76b246 !important;
}
.secondary--text {
  color: #76b246 !important;
}
.action--text {
  color: #329600 !important;
}
.brand--text {
  color: #292e37 !important;
}
.warning--text {
  color: #d6202c !important;
}
.activity--text {
  color: #2e99ce !important;
}
.disabled--text {
  color: rgba(0, 0, 0, 0.26) !important;
}
.card {
  margin-bottom: 7rem;
}
.returnToEmail {
  text-align: center;
}
p {
  text-align: center;
  margin: 0;
  margin-top: 1rem;
}
a {
  color: #2e99ce;
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
}
a:hover {
    color: #206b8f;
}
.fatal-error {
  text-align: center;
  color: #d6202c;
  margin-bottom: 1.5rem;
}
.avatar,
.icon {
  text-align: center;
}
.avatar svg,
.avatar img,
.icon svg,
.icon img {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
}
.icon svg,
.icon img {
  fill: #76b246;
}
.avatar:not(.success-icon) svg,
.avatar:not(.success-icon) img {
  border: 1px solid #999;
  background-color: #999;
}
.email {
  color: #333;
  display: block;
  text-align: center;
  font-weight: 500;
  height: 20px;
  line-height: 1rem;
  padding-top: 0.5rem;
}
form {
  margin-top: 1rem;
  text-align: center;
}
label {
  text-align: left;
}
.forgot-password-container {
  display: flex;
  justify-content: flex-end;
}
.forgot-password-link {
  display: block;
  font-size: 0.875rem;
  text-align: right;
  text-decoration: none;
}
.keep-me-signed-in-container {
  display: flex;
  justify-content: flex-start;
  float: left;
  font-size: 0.875rem;
}
.keep-me-signed-in-box {
  font-size: 0.875rem;
  font-weight: 300;
  height: 1rem;
  margin-right: 0.3rem;
  text-align: left;
  text-decoration: none;
  vertical-align: middle;
  width: 1rem;
}
.signed-in-options {
  padding-bottom: 1.25rem;
  padding-top: 0.375rem;
}
.set-password {
  margin-top: 0;
}
.set-password .fatal-error {
    color: #d6202c;
    margin-bottom: 1rem;
}
.set-password p {
    text-align: left;
    margin-top: 0;
    margin-bottom: 1rem;
}
.set-password h4 {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}
.set-password .confirm-password-label,
  .set-password .set-password-button {
    margin-top: 1rem;
}
@media screen and (min-width: 360px) and (max-width: 380px) {
.card-wrapper {
    max-width: 24em;
}
}

p[data-v-6cc48314] {
  margin: 1rem 0;
}
