.background-container{
    background: url('../../assets/img/background-dark-singular.png');
    background-size: cover;
    width: 100%;
    min-height:100%;
    margin-bottom:10px;
}

.commercial-bank-header{
    padding-top:75px;
    font-family:'OverpassCiti-Regular';
    color: #FFFFFF;
    font-size: 55px;
    line-height: 68.75px !important;
    text-align: center;
}
.gateway-header{
    text-align: center;
    font-family:'OverpassCiti-Regular';
    color: #FFFFFF;
    font-size: 55px;
    line-height: 68.75px !important;
    font-weight:bold;
}

.background-container .input-container{
    width: 46%;
    padding-top: 133px;
    margin: 0 auto !important;
}

.input-text.registration-link-expired-text{
    color: #000000 !important;
}
.registration-link-expired-msg{
    color: #19232E;
    font-family: OverpassCiti-Regular;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    letter-spacing: 0.3px;
    line-height: 29px !important;
    text-align: center;
}

.input-form{
    padding-top:33px;
    width: 350px;
    margin:0 auto;
}

.input-label{
  color: #19232E;
  font-family: "OverpassCiti-Regular";
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 14px;
  float: left;
}

.submit-btn{
    height: 40px;
    width: 346px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    font-family: "OverpassCiti-Light";
    background-color: #056DAE;
    outline: none;
    border: none;
    margin-top: 23px;
    margin-bottom: 25px;
}

.error-text {
    color: #ff0600 !important;
    font-style: normal;
    width: 350px;
    height: 32px;
    background: #fff;
    border-radius: 3px;
    position: absolute;
    top: 8px;
    font-family: 'OverpassCiti-Regular';
    font-size: 12px;
    line-height: 16px;
    padding-top: 9px;
    padding-left: 5px;
    text-align: left;
  }

  .error-container{
    position: relative;
    height: 42px;
  }

  .triangle{
    position: absolute;
    width: 0;
    height: 0;
    left: 5%;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
  }

  .emailSentErrorMessage {
    margin-top: 2vw !important;
    color: #ff4944;
    font-size: 1.1rem;
  }

  .input-text {
    font-size: 14px;
    line-height: 18px; 
    letter-spacing: 0;
    box-sizing: border-box;;
    border: 1px solid #CFD6DD;
    background: none;
    height: 32px;
    width: 350px;
    border-radius: 4px;
    color: #fff;
    font-family:OverpassCiti-Regular;
  }
  @media screen and (min-width: 300px) and (max-width: 499px) {
    .input-text{
      width:27.5rem;
    }
    .error-text {
      width:27.5rem;
      padding-left: 1rem;;
    }
    .submit-btn {
      width:27rem;
    }
    .registration-link-expired-msg {
      letter-spacing: 0;
      margin:1rem;
    }
    .input-label {
      margin:0 1rem;
    }
    
  }