@media only screen and (max-width: 767px) {
  .mb-overflow-text {
    max-width: 142px;
    overflow: auto;
    display: inline-block;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 767px) {
  .d-none-mobile {
    display: none;
  }
  .help-text {
    font-size: 12px;
    line-height: 24px;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .d-none-lg {
    display: none !important;
  }
  .content-mob {
    display: block !important;
    position: inherit;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1400px) {
    #securityCode-label {
        margin-left: 5px !important;
    }
}
/*# sourceMappingURL=Responsive.css.map */