.wc-phone-multi-form--inner {
    border: 1px solid #cfc8d8;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;

    label {
        margin-block-end: 12px;
    }

    input {
        font-family: inherit;
        font-weight: 400;
        letter-spacing: normal;
        padding: .5em;
        display: block;
        background-color: var(--wc-form-color-background,#fff);
        /*border: var(--wc-form-border-width) solid var(--wc-form-border-color);*/
        /*border-radius: var(--wc-form-border-radius);*/
        color: var(--wc-form-color-text,#000);
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        line-height: normal;
        height: auto;
    }
}

#customer_login {
    position: absolute;
    visibility: hidden;
    left: -9999px;
    top: -9999px;
    z-index: -1;
    width: 0;
    height: 0;
    opacity: 0;
}

input.miniorange_otp_token_submit.mo-new-ui-submit {
    font-size: 100% !important;
    margin: 0  !important;
    line-height: 1 !important;
    cursor: pointer !important;
    position: relative !important;
    text-decoration: none !important;
    overflow: visible;
    padding: .618em 1em !important;
    font-weight: 700 !important;
    border-radius: 0px !important;
    left: auto;
    color: #FFF;
    background-color: #15568e !important;
    border: 0 !important;
    white-space: nowrap;
    display: inline-block !important;
    background-image: none;
    box-shadow: none !important;
    -webkit-box-shadow: none;
    text-shadow: none;
}

.mo_customer_validation-textbox.mo-new-ui-validation-textbox {
    border-radius: 0px !important;
}