.welcome-text {
    font-size: 14px; color: #F0AB00; background-color: white; padding: 0 10px; position: relative;
}
.terms-text {
    font-size: 14px; color: #666666; line-height: 18px;
}
.title-text {
    font-size: 18px; font-weight: bold; color: #333333; line-height: 27px;
}
.sub-title-text, .extra-title-text {
    font-size: 16px; font-weight: normal; color: #666666; line-height: 22px; margin-left: 12px;
}
.success-text {
    font-size: 26px; color: #333333; line-height: 34px;
}
.qrcode-text {
    font-size: 20px; color: #333333; line-height: 34px; margin-top: 16px; text-align: center;
}

.input-label {
    display: inline-block; font-size: 16px; color: #666666; line-height: 22px; margin-bottom: 16px;
}
.input-label.is-required:before {
    content: '*';
    color: #FF3B30;
}

.input-block {
    margin-bottom: 24px;
}

.card-item.locked-selected {
    cursor: default;
}
.card-item {
    border: 1px solid #DDDDDD; cursor: pointer;
    padding-top: 12px; padding-bottom: 12px; margin-bottom: -10px;
}
.card-item.selected {
    border-color: #f0ab00; box-shadow: 0 0 1em -0.125em rgba(240, 171, 0, 0.1), 0 0 0 1px rgba(240, 171, 0, 0.02);
}
.card-title {
    font-size: 16px; font-weight: bold; color: #333333; line-height: 20px; margin-bottom: 8px;
}
.card-description {
    font-size: 14px; font-weight: normal; color: #333333; line-height: 18px;
}
.card-item.selected .card-title,
.card-track-item.selected .card-title {
    color: #F0AB00;
}
.card-item.selected .card-description,
.card-track-item.selected .card-description {
    color: #F0AB00;
}
.card-track-item {
    padding: 10px 20px; font-size: 16px; font-weight: bold; color: #333333; line-height: 1; border: 1px solid #DDDDDD; cursor: pointer;
}
.card-track-item.selected {
    border-color: #f0ab00; color: #F0AB00;
}

.welcome-block {
    display: none; text-align: center; position: relative;
}
.welcome-block:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%; left: 0;
    transform: translateY(-50%); background-color: #f0ab00;
}

.button.terms-disabled, .button.loading-disabled, .button.validate-disabled {
    background-color: #f0ab00;
}

.login-inner-header {
    font-size: 30px;
}
.inner-header-title-line {
    margin: 10px auto 30px; height: 8px;
}