body { background: #ffffff !important; 
  } 
.css-1ivf3sw {
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}
.center {
  text-align: center;
}
.ft-sz-18 {
  font-size: 18px;
}
.color-red {
  color: red;
}
.color-green {
  color: green;
}
.card { background: #ffffff; } 
.text-input { border-color: #3c5998; } 
.branding-template-tertiary-button:hover { color: #3c5998; }
.buttonLink {
  background: none !important;
  border: none;
  cursor: pointer;
  color: #3c5998;
  font-size: 15px;
}
.page__content {
    height: 90% !important;
}
.feedback.feedback--error {
    text-align: center;
    color: #ffffff;
    background-color: #a31300;
    display: block;
    width: 100%;
    padding: 10px 5px;
    box-sizing: border-box;
    font-size: 14px;
}
.feedback {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}