.mvo_login_page {
    padding: 90px 7%;
    background: radial-gradient(circle at 20% 20%, rgba(2, 118, 172, .18), transparent 34%), linear-gradient(135deg, #edf3ff, #f8fbff);
    min-height: calc(100vh - 250px);
}
.mvo_login_wrap {
    max-width: 1180px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 480px;
    gap: 60px;
    align-items: center;
}

.mvo_login_visual span,
.mvo_login_badge {
    display: inline-flex;
    background: #d9ecfb;
    color: #00588f;
    padding: 10px 18px;
    border-radius: 999px;
    font-weight: 600;
    margin-bottom: 20px;
}

.mvo_login_visual h1 {
    margin: 26px 0 24px;
    color: #08182f;
    font-size: 56px;
    line-height: 1.08;
    font-weight: 600;
}

.mvo_login_visual p {
    color: #475569;
    font-size: 19px;
    line-height: 1.7;
}

.mvo_login_features {
    display: grid;
    gap: 14px;
    margin-top: 32px;
}

.mvo_login_features div {
    background: #fff;
    border: 1px solid #dce5ef;
    border-radius: 16px;
    padding: 16px;
    color: #071827;
    font-weight: 600;
}

.mvo_login_features i {
    color: #00588f;
    margin-right: 10px;
}

.mvo_login_card {
    background: #fff;
    border: 1px solid #dce5ef;
    border-radius: 30px;
    padding: 42px;
    box-shadow: 0 28px 70px rgba(15,23,42,.12);
}

.mvo_login_card h2 {
    font-size: 36px;
    color: #071827;
    margin: 0 0 10px;
}

.mvo_login_card > p {
    color: #64748b;
    margin-bottom: 28px;
}

.mvo_form_group {
    margin-bottom: 20px;
}

.mvo_form_group label {
    color: #071827;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

.mvo_label_row {
    display: flex;
    justify-content: space-between;
}

.mvo_label_row a,
.mvo_login_footer a {
    color: #00588f;
    font-weight: 100;
    text-decoration: none;
}

.mvo_input {
    height: 58px;
    display: flex;
    align-items: center;
    background: #f4f8fc;
    border: 1px solid #dce5ef;
    border-radius: 14px;
    padding: 0 16px;
}

.mvo_input i {
    color: #00588f;
    margin-right: 12px;
}

.mvo_input input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 15px;
}

.mvo_reveal_pw {
    border: 0;
    background: transparent;
    cursor: pointer;
}

.mvo_login_options {
    margin: 10px 0 24px;
    color: #64748b;
}

.mvo_login_btn {
    width: 100%;
    height: 58px;
    border: 0;
    border-radius: 14px;
    background: #0276ac;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

.mvo_login_footer {
    margin-top: 24px;
    padding-top: 22px;
    border-top: 1px solid #e2e8f0;
}

@media (max-width: 950px) {
    .mvo_login_wrap {
        grid-template-columns: 1fr;
    }
}

.mvo_register_page {
    padding: 90px 7%;
    background:
        radial-gradient(circle at 18% 18%, rgba(2,118,172,.18), transparent 34%),
        linear-gradient(135deg, #edf3ff, #f8fbff);
}

.mvo_register_wrap {
    max-width: 1780px;
    margin: auto;
    display: grid;
    grid-template-columns: 430px 1fr;
    gap: 60px;
    align-items: flex-start;
}

.mvo_register_visual {
    position: sticky;
    top: 110px;
    padding-top: 40px;
}

.mvo_register_visual > span,
.mvo_register_badge {
    display: inline-flex;
    background: #d9ecfb;
    color: #00588f;
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 22px;
}

.mvo_register_visual h1 {
    margin: 0 0 20px;
    color: #071827;
    font-size: 52px;
    line-height: 1.08;
    font-weight: 600;
}

.mvo_register_visual p {
    margin: 0;
    color: #475569;
    font-size: 18px;
    line-height: 1.7;
}

.mvo_register_benefits {
    margin-top: 34px;
    display: grid;
    gap: 14px;
}

.mvo_register_benefits div {
    background: #fff;
    border: 1px solid #dce5ef;
    border-radius: 16px;
    padding: 16px 18px;
    color: #071827;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0 12px 30px rgba(15,23,42,.04);
}

.mvo_register_benefits i {
    color: #00588f;
    margin-right: 10px;
}

.mvo_register_card {
    background: #fff;
    border: 1px solid #dce5ef;
    border-radius: 32px;
    padding: 42px;
    box-shadow: 0 28px 70px rgba(15,23,42,.10);
}

.mvo_register_card h2 {
    margin: 0 0 10px;
    color: #071827;
    font-size: 38px;
    line-height: 1.15;
    font-weight: 600;
}

.mvo_register_card > p {
    margin: 0 0 30px;
    color: #64748b;
    font-size: 16px;
    line-height: 1.6;
}

.mvo_form_section {
    padding: 30px 0;
    border-top: 1px solid #e2e8f0;
}

.mvo_form_section:first-of-type {
    border-top: 0;
    padding-top: 0;
}

.mvo_form_section h3 {
    margin: 0 0 22px;
    color: #071827;
    font-size: 24px;
    font-weight: 600;
}

.mvo_form_section p {
    color: #64748b;
    line-height: 1.6;
}

.mvo_form_grid {
    display: grid;
    gap: 18px;
}

.mvo_form_grid.two {
    grid-template-columns: repeat(2, 1fr);
}

.mvo_form_grid.three {
    grid-template-columns: 1fr 1fr 170px;
}

.mvo_form_group {
    margin-bottom: 18px;
}

.mvo_form_grid .mvo_form_group {
    margin-bottom: 0;
}

.mvo_form_group label {
    display: block;
    margin-bottom: 9px;
    color: #071827;
    font-size: 14px;
    font-weight: 600;
}

.mvo_input {
    height: 58px;
    display: flex;
    align-items: center;
    background: #f4f8fc;
    border: 1px solid #dce5ef;
    border-radius: 14px;
    padding: 0 16px;
    transition: .2s ease;
}

.mvo_input:focus-within {
    border-color: #0276ac;
    box-shadow: 0 0 0 4px rgba(2,118,172,.10);
    background: #fff;
}

.mvo_input i {
    color: #00588f;
    margin-right: 12px;
    font-size: 15px;
}

.mvo_input input,
.mvo_input select {
    width: 100%;
    height: 56px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #071827;
    font-size: 15px;
}

.mvo_input.select {
    padding-right: 10px;
}

.mvo_custom_field input,
.mvo_custom_field select,
.mvo_custom_field textarea {
    width: 100%;
    min-height: 58px;
    border: 1px solid #dce5ef;
    border-radius: 14px;
    background: #f4f8fc;
    padding: 0 16px;
    color: #071827;
    outline: none;
}

.mvo_custom_field textarea {
    padding: 16px;
}

.mvo_form_group small {
    display: block;
    margin-top: 7px;
    color: #64748b;
    font-size: 13px;
}

.mvo_generate_password_wrap {
    display: flex;
    align-items: flex-end;
}

.mvo_generate_password {
    width: 100%;
    height: 46px;
    border: 0;
    border-radius: 12px;
    background: #f1f8fd;
    color: #00588f;
    font-weight: 600;
    cursor: pointer;
}

.mvo_generate_password:hover {
    background: #0276ac;
    color: #fff;
}

.mvo_password_strength {
    align-self: center;
}

.mvo_password_strength .progress {
    height: 8px;
    background: #e2e8f0;
    border-radius: 999px;
    overflow: hidden;
    margin-bottom: 8px;
}

.mvo_password_strength .progress-bar {
    height: 8px;
}

.mvo_password_strength p {
    margin: 0;
    color: #64748b;
    font-size: 13px;
    text-align: center;
}

.mvo_checkbox {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: #475569;
    font-size: 14px;
    line-height: 1.5;
    margin: 20px 0;
}

.mvo_checkbox input {
    margin-top: 3px;
}

.mvo_checkbox a {
    color: #00588f;
    font-weight: 600;
    text-decoration: none;
}

.mvo_register_btn {
    width: 100%;
    height: 60px;
    border: 0;
    border-radius: 14px;
    background: #0276ac;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: .2s ease;
}

.mvo_register_btn:hover {
    background: #00588f;
    transform: translateY(-2px);
}

.mvo_register_footer {
    margin-top: 24px;
    padding-top: 22px;
    border-top: 1px solid #e2e8f0;
    color: #64748b;
    text-align: center;
}

.mvo_register_footer a {
    color: #00588f;
    font-weight: 600;
    text-decoration: none;
}

.mvo_input .iti input,
.mvo_input input[type="tel"] {
    width: 100% !important;
    height: 56px !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    padding-left: 95px !important;
}

.mvo_form_section .mvo_form_grid {
    margin-bottom: 22px;
}

.mvo_form_section .mvo_form_grid:last-child {
    margin-bottom: 0;
}

.mvo_reset_page {
    padding: 90px 7%;
    background:
        radial-gradient(circle at 18% 18%, rgba(2,118,172,.18), transparent 34%),
        linear-gradient(135deg, #edf3ff, #f8fbff);
    min-height: calc(100vh - 250px);
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.mvo_reset_wrap {
    max-width: 1180px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 500px;
    gap: 60px;
    align-items: center;
}

.mvo_reset_visual > span,
.mvo_reset_badge {
    display: inline-flex;
    background: #d9ecfb;
    color: #00588f;
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.mvo_reset_visual h1 {
    margin: 0 0 18px;
    font-size: 52px;
    line-height: 1.08;
    color: #071827;
    font-weight: 600;
}

.mvo_reset_visual p {
    margin: 0;
    color: #475569;
    font-size: 18px;
    line-height: 1.75;
}

.mvo_reset_features {
    display: grid;
    gap: 14px;
    margin-top: 34px;
}

.mvo_reset_features div {
    background: #fff;
    border: 1px solid #dce5ef;
    border-radius: 16px;
    padding: 16px 18px;
    color: #071827;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0 12px 30px rgba(15,23,42,.04);
}

.mvo_reset_features i {
    color: #00588f;
    margin-right: 10px;
}

.mvo_reset_card {
    background: #fff;
    border: 1px solid #dce5ef;
    border-radius: 32px;
    padding: 42px;
    box-shadow: 0 28px 70px rgba(15,23,42,.10);
}

.mvo_reset_intro h2,
.mvo_reset_success h2 {
    margin: 0 0 10px;
    color: #071827;
    font-size: 36px;
    line-height: 1.15;
    font-weight: 600;
}

.mvo_reset_intro p,
.mvo_reset_success p {
    margin: 0 0 28px;
    color: #64748b;
    font-size: 16px;
    line-height: 1.7;
}

.mvo_reset_form {
    display: grid;
    gap: 18px;
}

.mvo_reset_form .mvo_form_group {
    margin-bottom: 0;
}

.mvo_reset_form .alert {
    margin: 0;
}

.mvo_reset_captcha {
    padding: 4px 0 8px;
}

.mvo_reset_footer {
    margin-top: 6px;
    padding-top: 22px;
    border-top: 1px solid #e2e8f0;
    color: #64748b;
    text-align: center;
}

.mvo_reset_footer small {
    display: block;
    margin-bottom: 8px;
}

.mvo_reset_footer a {
    color: #00588f;
    font-weight: 600;
    text-decoration: none;
}

.mvo_reset_actions {
    display: grid;
    grid-template-columns: 1fr 160px;
    gap: 14px;
    align-items: center;
}

.mvo_reset_secondary_btn {
    height: 58px;
    border: 1px solid #dce5ef;
    border-radius: 14px;
    background: #f8fbff;
    color: #00588f;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: .2s ease;
}

.mvo_reset_secondary_btn:hover {
    background: #eef8fd;
}

.mvo_reset_link_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 260px;
    text-decoration: none;
}

.mvo_reset_link_btn:hover {
    color: #fff;
    text-decoration: none;
}

.mvo_reset_strength .password-strength-meter {
    margin-top: 10px;
}

.mvo_reset_strength .progress {
    height: 8px;
    background: #e2e8f0;
    border-radius: 999px;
    overflow: hidden;
}

.mvo_reset_strength #passwordStrengthTextLabel,
.mvo_reset_strength #inputNewPassword2Msg {
    margin-top: 8px;
    color: #64748b;
    font-size: 13px;
}

.mvo_reset_success {
    text-align: left;
}

@media (max-width: 950px) {
    .mvo_reset_wrap {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .mvo_reset_page {
        padding: 60px 22px;
    }

    .mvo_reset_card {
        padding: 28px 22px;
        border-radius: 24px;
    }

    .mvo_reset_visual h1 {
        font-size: 38px;
    }

    .mvo_reset_intro h2,
    .mvo_reset_success h2 {
        font-size: 28px;
    }

    .mvo_reset_actions {
        grid-template-columns: 1fr;
    }

    .mvo_reset_link_btn {
        max-width: 100%;
        width: 100%;
    }
}

form#frmProductDomain .domain-selection-options label, #order-standard_cart #frmCheckout .account-select-container div.account label strong, #order-standard_cart #frmCheckout .account-select-container div.account label, #order-standard_cart #frmCheckout #containerNewUserSignup .sub-heading .primary-bg-color, #order-standard_cart #frmCheckout div#paymentGatewaysContainer .text-center label, #order-standard_cart #frmCheckout .cc-input-container .stripe-cards-inputs label, div#spotlightTlds .spotlight-tld, #DomainSearchResults .domain-price span.price, #order-standard_cart #frmConfigureProduct .product-info .product-title, #order-standard_cart #frmConfigureProduct .field-container label, #order-standard_cart #frmConfigureProduct .addon-promo-container h3, form#frmConfigureProduct .sub-heading span.primary-bg-color, #order-standard_cart #frmConfigureProduct .addon-products .panel-body label, form#frmConfigureDomains .sub-heading .primary-bg-color, body #order-standard_cart .secondary-cart-body h3, #order-standard_cart .mc-promos.viewcart .tagline, div#modalRemoveItem .modal-body, .home-page-slider-panel .promo-banner h4, .card-body.store-promoted-product h4, form.using-password-strength label, .primary-content label, .card.switch-account-20i .select-account a {
    font-size: 15px;
    line-height: 22px;
    color: #474747;
    font-weight: 100;
}