.bypass-wrapper input.expired {
    width: calc(100% - 30px);
}

.valid {
    color: #387c83;
}

.expired {
    color: #dc3545;
}

.btn-generate-token.valid {
    background-color: #677793;
}

.btn-generate-token.expired {
    background-color: #387c83;
}

.btn-generate-token:disabled {
    cursor: not-allowed;
    opacity: .65;
}

.btn-generate-token {
    cursor: pointer;
    border: none;
    border-radius: 4px;
    margin-left: 6px;
    width: 24px !important;
    height: 24px !important;
    -webkit-appearance: button;
    vertical-align: middle;
}

.btn-generate-token img {
    margin: 0 !important;
}