/** {
    box-sizing: border-box
}*/

#main-container {
    max-width: 450px;
    margin: 30px auto
}

/*body {
    font-family: Lato, sans-serif;
    overflow-x: hidden
}

img {
    max-width: 100%
}*/

.logo {
    max-width: 30%
}

.green {
    color: #00c500
}

.gray {
    color: gray
}

.orange {
    color: orange
}

.form-container {
    box-shadow: 0 4px 20.9px 3.1px rgba(13, 13, 13, .43)
}

#custom-regbox .formHeader {
    background: #60359b;
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin: 0;
    padding: 30px 24px;
    font-size: 20px;
    letter-spacing: 2px;
    font-family: inherit
}

.logos-section {
    padding: 50px 0;
    padding-top: 150px
}

.logos-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.ask-wrapper,
.bid-wrapper {
    font-size: .9em;
    font-weight: 700;
    display: flex
}

.bid-ask-span {
    font-size: 1.7em;
    font-family: 'Open Sans', sans-serif;
    z-index: 1
}

.bid-ask-span {
    transform: scale(1);
    transform: rotate3d(0, 1, 0, 0deg);
    animation: flip 10s cubic-bezier(1, 0, 0, 1) 0s infinite
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn)
    }

    0%,
    40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg)
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg)
    }

    50%,
    80% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@media screen and (max-width:991px) {
    #custom-regbox .formHeader {
        padding: 30px 20px;
        font-size: 20px
    }
}

@media screen and (max-width:767px) {
    .row-2-logos {
        flex-direction: column;
        align-items: center
    }

    #main-container {
        margin: 0
    }

    .logos-wrapper {
        flex-direction: column
    }

    .bid-ask-span {
        font-size: 2em
    }

    .logo {
        display: inline-block;
        margin-bottom: 15px
    }

    .logo {
        max-width: 100%
    }

    .logos-section {
        padding-top: 50px
    }
}

.logos-wrapper {
    display: block
}

.flex-logos-wrapper {
    display: flex
}

.logos-row2 {
    margin-top: 20px
}

.logos-section {
    padding-top: 20px
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

@media (max-width:768px) {

    .ask-wrapper,
    .bid-wrapper {
        margin: 10px 0
    }
}

p {
    margin: 0
}
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700,900");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Open+Sans:wght@300;400;700&display=swap");

.formwrap-outer .intgrtn-form-signup {
    padding: 32px;
}

.form-container {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

#custom-regbox .formHeader {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.formwrap-outer .intgrtn-form-signup .intgrtn-form-signup-3-steps .intgrtn-input-holder .intgrtn-input {
    padding: 12px 16px;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ececec;
    border-radius: 6px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.formwrap-outer .intgrtn-form-signup .intgrtn-form-signup-3-steps .intgrtn-btn-go-to-step {
    margin: 0 auto;
    display: block;
    font-size: 17px;
    font-weight: bold;
    position: relative;
    color: #ffffff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #5A3594;
    text-transform: uppercase;
    width: 100%;
    padding: 16px 24px;
    cursor: pointer;
    white-space: normal;
    text-align: center;
}

.formwrap-outer .intgrtn-form-signup .intgrtn-form-signup-3-steps .intgrtn-btn-go-to-step {
    transition: all 0.5s;
    margin-top: 16px;
}

.formwrap-outer .intgrtn-form-signup .intgrtn-form-signup-3-steps .intgrtn-btn-go-to-step:hover {
    background: #452770;
}

.ask-bid-wrapper .js-bitcoin-disclamer {
    display: none;
}

.ask-bid-wrapper .alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 0.5rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.ask-bid-wrapper .alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.ask-bid-wrapper .ask-bid {
    text-align: center;
    font-size: 11px;
    margin-bottom: 0;
}

#custom-regbox .formHeader {
    white-space: normal;
    word-break: break-word;
}

@media all and (max-width: 768px) {
    .bid-ask-span {
        animation: unset;
    }
}

/*# sourceMappingURL=intgrtn.css.map */
/* mixin vendorPrefixed */
/* mixin demodeBorder */
.intgrtn-form-signup,
.intgrtn-form-signup-3-steps {
    position: relative;
}

.intgrtn-form-signup,
.intgrtn-form-signup *,
.intgrtn-form-signup-3-steps,
.intgrtn-form-signup-3-steps * {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
    text-indent: 0;
    text-align: left;
}

.intgrtn-form-signup .intgrtn-input-holder,
.intgrtn-form-signup-3-steps .intgrtn-input-holder {
    margin-bottom: 10px;
}

.intgrtn-form-signup .intgrtn-input,
.intgrtn-form-signup-3-steps .intgrtn-input {
    -webkit-appearance: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 5px;
    margin: 0;
    background-color: #fff;
    display: block;
    width: 100%;
}

.intgrtn-form-signup .intgrtn-btn-go-to-step-holder,
.intgrtn-form-signup-3-steps .intgrtn-btn-go-to-step-holder {
    margin-bottom: 10px;
    text-align: center;
}

.intgrtn-form-signup .intgrtn-btn-go-to-step,
.intgrtn-form-signup-3-steps .intgrtn-btn-go-to-step {
    font-size: 14px;
    display: inline-block;
    min-width: 88px;
    padding: 8px 16px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    border-radius: 2px;
    background: #337ab7;
    color: #fff;
    transition: all 0.2s linear;
}

.intgrtn-form-signup .intgrtn-btn-go-to-step:hover,
.intgrtn-form-signup-3-steps .intgrtn-btn-go-to-step:hover {
    background: #265a87;
}

.intgrtn-form-signup .intgrtn-steps-holder .intgrtn-step,
.intgrtn-form-signup-3-steps .intgrtn-steps-holder .intgrtn-step {
    display: none;
}

.intgrtn-form-signup .intgrtn-steps-holder .intgrtn-step.intgrtn-active,
.intgrtn-form-signup-3-steps .intgrtn-steps-holder .intgrtn-step.intgrtn-active {
    display: block;
}

/* .intgrtn-contact-request-messages-holder */
@media (max-width: 991px) {

    /* .intgrtn-contact-request-messages-holder */
}

/* media 991 - 767px */
@media (max-width: 767px) {

    /* .intgrtn-contact-request-messages-holder */
}

/* media 767px - 0px */

/* .intgrtn-area-flags-holder */
/* ============ flags sprite ================ */

/*#region name */

/*#endregion */

/* Rentavex Maharlix site visual overrides — layout/look only, form logic unchanged */
.form-card #custom-regbox {
    padding-top: 0 !important;
}

.form-card #main-container {
    max-width: none;
    margin: 0;
}

.form-card .form-container {
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0;
}

.form-card .formwrap-outer .intgrtn-form-signup {
    padding: 0;
}

.form-card #custom-regbox .formHeader,
.form-card #custom-regbox .form-heading {
    background: none;
    color: var(--text, #0f172a);
    font-size: 0.9375rem;
    font-weight: 600;
    margin: 0 0 1.25rem;
    padding: 0;
    letter-spacing: normal;
    text-align: left;
    line-height: 1.4;
    border-radius: 0;
    white-space: normal;
}

.form-card .intgrtn-form-signup-3-steps .intgrtn-steps-holder .intgrtn-step.intgrtn-active {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 0.875rem;
    margin-bottom: 1rem;
}

.form-card .intgrtn-input-holder-first-name::before,
.form-card .intgrtn-input-holder-last-name::before,
.form-card .intgrtn-input-holder-email::before,
.form-card .intgrtn-input-holder-phone::before {
    display: block;
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--text-muted, #64748b);
    margin-bottom: 0.375rem;
}

.form-card .intgrtn-input-holder-first-name::before { content: "First name"; }
.form-card .intgrtn-input-holder-last-name::before { content: "Last name"; }
.form-card .intgrtn-input-holder-email::before { content: "Email"; }
.form-card .intgrtn-input-holder-phone::before { content: "Phone"; }

.form-card .intgrtn-input-holder-email,
.form-card .intgrtn-input-holder-phone,
.form-card .intgrtn-btn-go-to-step-holder,
.form-card .intgrtn-form-visual-footer {
    grid-column: 1 / -1;
}

.form-card .intgrtn-form-signup .intgrtn-input-holder,
.form-card .intgrtn-form-signup-3-steps .intgrtn-input-holder {
    margin-bottom: 0;
}

.form-card .formwrap-outer .intgrtn-form-signup .intgrtn-form-signup-3-steps .intgrtn-input-holder .intgrtn-input,
.form-card .intgrtn-form-signup .intgrtn-input,
.form-card .intgrtn-form-signup-3-steps .intgrtn-input {
    width: 100%;
    padding: 0.75rem 0.875rem;
    border: 1.5px solid var(--border, #e2e8e6);
    border-radius: 10px;
    background: var(--bg, #f8faf9);
    color: var(--text, #0f172a);
    font-size: 1rem;
    line-height: 1.5;
    transition: border-color 0.2s, box-shadow 0.2s;
    -webkit-appearance: none;
    appearance: none;
}

.form-card .formwrap-outer .intgrtn-form-signup .intgrtn-form-signup-3-steps .intgrtn-input-holder .intgrtn-input:focus,
.form-card .intgrtn-form-signup .intgrtn-input:focus,
.form-card .intgrtn-form-signup-3-steps .intgrtn-input:focus {
    outline: none;
    border-color: var(--accent, #059669);
    box-shadow: 0 0 0 3px var(--accent-glow, rgba(5, 150, 105, 0.12));
}

.form-card .formwrap-outer .intgrtn-form-signup .intgrtn-form-signup-3-steps .intgrtn-btn-go-to-step,
.form-card .intgrtn-form-signup .intgrtn-btn-go-to-step,
.form-card .intgrtn-form-signup-3-steps .intgrtn-btn-go-to-step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0.875rem 1.5rem;
    border: 0;
    border-radius: 10px;
    background: var(--accent, #059669);
    color: #fff;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.4;
    text-transform: none;
    letter-spacing: normal;
    box-shadow: 0 2px 8px var(--accent-glow, rgba(5, 150, 105, 0.12));
    transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
    cursor: pointer;
    white-space: normal;
    text-align: center;
}

.form-card .formwrap-outer .intgrtn-form-signup .intgrtn-form-signup-3-steps .intgrtn-btn-go-to-step:hover,
.form-card .intgrtn-form-signup .intgrtn-btn-go-to-step:hover,
.form-card .intgrtn-form-signup-3-steps .intgrtn-btn-go-to-step:hover {
    background: var(--accent-hover, #047857);
    box-shadow: 0 4px 16px var(--accent-glow, rgba(5, 150, 105, 0.12));
}

.form-card .intgrtn-btn-go-to-step:active {
    transform: scale(0.98);
}

.form-card .intgrtn-btn-go-to-step-holder {
    margin-bottom: 0;
    text-align: left;
}

.form-card .iti {
    width: 100%;
}

.form-card .iti--separate-dial-code .iti__selected-flag {
    border-radius: 10px 0 0 10px;
    background: var(--bg, #f8faf9);
    border: 1.5px solid var(--border, #e2e8e6);
    border-right: 0;
}

.form-card .iti--separate-dial-code input.iti__tel-input {
    border-radius: 0 10px 10px 0;
    border-left: 0;
}

.form-card .iti--separate-dial-code .iti__selected-dial-code {
    font-size: 0.9375rem;
    color: var(--text-muted, #64748b);
}

.form-card .iti input.iti__tel-input,
.form-card .iti .intgrtn-input {
    width: 100%;
    padding: 0.75rem 0.875rem;
    border: 1.5px solid var(--border, #e2e8e6);
    border-radius: 10px;
    background: var(--bg, #f8faf9);
    color: var(--text, #0f172a);
}

.form-card .iti input.iti__tel-input:focus {
    outline: none;
    border-color: var(--accent, #059669);
    box-shadow: 0 0 0 3px var(--accent-glow, rgba(5, 150, 105, 0.12));
}

.form-card .form-send .activeGood {
    color: var(--text, #0f172a);
    background: var(--bg, #f8faf9);
    border-color: var(--accent, #059669);
}

.form-card .form-send .activeBad {
    color: var(--text, #0f172a);
    background: var(--bg, #f8faf9);
    border-color: #ef4444 !important;
    box-shadow: 0 0 0 1px #ef4444;
}

.form-card .intgrtn-form-signup,
.form-card .intgrtn-form-signup *,
.form-card .intgrtn-form-signup-3-steps,
.form-card .intgrtn-form-signup-3-steps * {
    font-family: inherit;
}

@media (max-width: 520px) {
    .form-card .intgrtn-form-signup-3-steps .intgrtn-steps-holder .intgrtn-step.intgrtn-active {
        grid-template-columns: 1fr;
    }
}