.hrb-card-container {
  display: flex;
  flex-direction: column;
  margin: auto;
  min-width: 356px;
  max-width: 395px;
  background-color: #FFF;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.117647058823529);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.117647058823529);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.117647058823529);
}

.hrb-card-widget {
  min-height: 300px;
}

.hrb-card-providers-widget {
  margin-top: 20px;
  min-height: 90px;
  max-height: 95px;
}

.hrb-card-widget-logo {
  align-self: start;
  width: 100%;
}

.hrb-card-widget-logo-wrapper {
  margin: 30px auto auto;
  width: 260px;
}

.hrb-card-widget-instruction-text {
  padding: 0px 25px;
  font-size: 13px;
}

.hrb-card-form-container {
  padding: 15px 25px;
}

.btn-block.hrb-login-submit, .btn-block.hrb-login-submit:hover, .btn-block.hrb-login-submit:focus {
  background-color: #14aa40;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}

.btn-block.hrb-login-submit[disabled], .btn-block.hrb-login-submit[disabled]:hover, .btn-block.hrb-login-submit[disabled]:focus {
  background-color: #89d49f;
  cursor: not-allowed;
}

.fa.fa-spinner.fa-spin {
  margin-right: 2px;
  visibility: hidden;
}

.hrb-login-btn-text {
  margin-right: 16px;
}

.hrb-security-question-btn-text {
  margin-right: 20px;
}

.hrb-card-widget-cancel {
  margin: 10px auto 0 auto;
  text-align: center;
  font-size: 14px;
}