.rate-input-text{
    align-content: center;
    width: 6em;
    margin: 8px 0;
    box-sizing: border-box;
    border: 1px solid #ccc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    border-radius: 6px;
    height: 40px;
    font-family: sans-serif; 
    font-size: 28px;
    text-align: center;
    color: gray;
    font-weight:100;
  }
  
.error_message {
    margin: 18px auto;
    font-size: .75em;
    line-height: 1.688em;
    font-weight: 300;
    text-align: center;
    color: #E01616;
    width: 15em;
    margin-top: 0em;
  }
  
  @media screen and (max-width: 500px) {
    .account-bal-info-block{
      min-width: 250px !important;
      margin: 0.6em !important;
      margin-right: 0em !important;
      margin-left: 0em !important;
    }
  }
  
  .account-bal-info-block {
    min-width: 250px;
    margin: 0.6em;
    margin-right: 9em;
    margin-left: -3em
  }
  
  @media screen and (max-width: 500px) {
    .rate-bal-info-block{
      min-width: 200px !important;
      margin-right: 0em !important;
      margin-left: 0em !important;
    }
  }
  
.rate-bal-info-block {
    min-width: 200px;
    margin-top: 1.5em;
    display: inline-block;
    width: 21%;
  }

  .rate-bal-info-block-error{
    
    margin-bottom: 0em !important;
  }
  
  .account-info-block-content {
    margin-top: 31px;
    margin-bottom: 14px;
    text-align: center;
    font-size: 2.8125em;
    
  }
  
  .account-info {
    margin: 0 auto;
    max-width: 30em;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    word-wrap: normal;
    align-items: center;
    justify-content: space-between;
    vertical-align: top;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  
  @media screen and (max-width: 500px) {
    .account-info {
      flex-direction: column;
    }
  }
  
  
  
  .account-info-block-heading {
    /* margin: 18px auto; */
    font-size: .75em;
    line-height: 1.688em;
    font-weight: 400;
    text-align: center;
    color: #666666;
    font-style: normal;
    margin-top: -1em;
  }
  
  .account-rate-block-heading {
    /* margin: 18px auto; */
    font-size: .75em;
    line-height: 1.688em;
    font-weight: 400;
    text-align: center;
    color: #666666;
    font-style: normal;
    margin-top: -0.5em;
    margin-bottom: 1em;
  }
  
  .account-rate-content {
    line-height: 1.25;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    text-align: center;
  }
  
  @media screen and (max-width: 500px) {
    .account-info-block-heading {
      padding-bottom: 0px;
    }
  }
  
 .account-column-width{
  width: 51% !important;
  }
  
  .account-para-space {
  margin-top: 2em;
  }
  
  .footnote-discloser{
    margin-left: 2em;
    margin-top: 1em;
  }
  
  @media (max-width: 49.3125em)
  {
    .account-column-width{
    width: 100% !important;
    }
  }

  
  