.input-border-acctnum {
    border: none;
}

.sms-text-line-height {
    line-height: 1.25;
}

.spring-msg-color {
    color: #797979;
}

.acct-num-border-read-only {
    border: none;
}

.verification-note-color {
    color: #797979;
}

.loading-block-overlay-div {
    z-index: 1040;
    position: fixed;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
}

.loading-block-waiting-div {
    z-index: 1055;
    position: fixed;
    background: #FFF;
    text-align: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 20px;
    margin: auto;
}

.show {
    display: block;
}
