.gw-register-body {
    padding-bottom: 32px;
}

.gw-register-steps {
    display: table;
    width: 100%;
    margin: 0 0 18px;
    border-bottom: 2px solid #e4e8ec;
}

.gw-register-step {
    display: table-cell;
    padding: 10px 14px 12px;
    font-size: 12px;
    color: #8899aa;
    border-bottom: 3px solid transparent;
    vertical-align: bottom;
}

.gw-register-step.is-active {
    color: #1a3a5a;
    font-weight: bold;
    border-bottom-color: #b22222;
}

.gw-register-step.is-done {
    color: #556677;
}

.gw-register-step-num {
    display: inline-block;
    margin-right: 6px;
    font-weight: bold;
}

.gw-register-panel {
    background: #ffffff;
    border: 1px solid #d8dde3;
    padding: 20px 24px 24px;
}

.gw-register-panel-narrow {
    max-width: 520px;
    margin: 0 auto;
}

.gw-register-panel-title {
    margin: 0 0 16px;
    font-size: 18px;
    color: #1a3a5a;
}

.gw-register-section-head {
    margin: 20px 0 10px;
    padding-top: 8px;
    border-top: 1px solid #e8ecf0;
    font-size: 14px;
    color: #1a3a5a;
}

.gw-register-form-table {
    width: 100%;
    border-collapse: collapse;
}

.gw-register-form-table th {
    width: 190px;
    padding: 8px 12px 8px 0;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    color: #334455;
    vertical-align: top;
}

.gw-register-form-table td {
    padding: 6px 0;
    vertical-align: top;
}

.gw-register-form-table .gw-form-control {
    width: 100%;
    max-width: 420px;
}

.gw-register-inline-select {
    display: inline-block;
    width: auto;
    min-width: 88px;
    max-width: 140px;
    margin-right: 6px;
}

.gw-register-dob-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    max-width: 420px;
    width: 100%;
}

.gw-register-dob-field {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
    max-width: none;
    margin: 0;
}

.gw-login-panel {
    margin-top: 8px;
}

.gw-login-panel .gw-auth-switch {
    margin-top: 14px;
    text-align: center;
    font-size: 12px;
}

.gw-login-forgot {
    margin: 6px 0 0;
    text-align: right;
    font-size: 11px;
}

.gw-login-forgot a {
    color: #1e3348;
    font-weight: bold;
    text-decoration: none;
}

.gw-login-forgot a:hover {
    text-decoration: underline;
}

.gw-register-optional {
    font-weight: normal;
    color: #8899aa;
    font-size: 11px;
}

.gw-register-field-note {
    margin: 4px 0 0;
    font-size: 11px;
    color: #667788;
    line-height: 1.45;
}

.gw-register-country-lock {
    color: #7a5a10;
}

.gw-register-notice {
    margin: 0 0 14px;
    padding: 10px 12px;
    background: #f4f8fc;
    border: 1px solid #c8d4e0;
    font-size: 11px;
    color: #556677;
    line-height: 1.5;
}

.gw-register-actions {
    margin-top: 18px;
    padding-top: 12px;
    border-top: 1px solid #e8ecf0;
}

.gw-register-verify-lead {
    font-size: 13px;
    color: #445566;
    line-height: 1.5;
    margin-bottom: 16px;
}

.gw-register-code-input {
    font-size: 20px;
    letter-spacing: 4px;
    text-align: center;
    max-width: 200px;
}

.gw-register-resend-form {
    margin-top: 12px;
}

.gw-register-phone-row {
    display: table;
    width: 100%;
    max-width: 420px;
}

.gw-register-phone-row select,
.gw-register-phone-row input {
    display: table-cell;
    vertical-align: middle;
}

.gw-register-phone-row select {
    width: 110px;
    margin-right: 8px;
}

.gw-btn-link {
    background: none;
    border: 0;
    padding: 0;
    color: #1a4f8b;
    font-size: 12px;
    cursor: pointer;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .gw-register-steps,
    .gw-register-step {
        display: block;
        width: 100%;
        border-bottom: 0;
    }

    .gw-register-step {
        border-left: 3px solid #e4e8ec;
        margin-bottom: 4px;
    }

    .gw-register-step.is-active {
        border-left-color: #b22222;
    }

    .gw-register-form-table th,
    .gw-register-form-table td {
        display: block;
        width: 100%;
        padding: 4px 0;
    }

    .gw-register-dob-row {
        flex-wrap: wrap;
    }

    .gw-register-dob-field {
        flex: 1 1 calc(33.333% - 6px);
        min-width: 90px;
    }
}

.gw-register-legal-row {
    margin: 14px 0 4px;
    font-size: 12px;
    line-height: 1.45;
}

.gw-register-legal-row a {
    color: #1f4f82;
}

.gw-auth-legal-links {
    margin-top: 14px;
    font-size: 11px;
    color: #6a7d92;
    text-align: center;
}

.gw-auth-legal-links a {
    color: #1f4f82;
}

