@media all and (min-width: 768px) {
    .how-it-works-section {
        margin-top: 300px;
    }
}

.f1t-form-field {
    position: relative;
}

.password-wrapper {
    display: flex;
}

.password-btn {
    border: 0;
    text-transform: uppercase;
    background-color: #fafaff;
    height: 40px;
    font-family: inherit;
    font-style: normal;
    font-weight: bold;
    font-size: 8px;
    line-height: 10px;
    align-items: center;
    min-width: 92px;
    text-align: center;
    color: #132369;
    transition: linear background 0.2s, linear color 0.2s,
        linear border 0.2s;
    cursor: pointer;
}

@media screen and (min-width: 992px) {
    .password-btn {
        min-width: 35% !important;
    }
}

input.error {
    background: rgba(255, 0, 60, 0.3) url(/static/bitcoin_profit_gr_tron/img/82_form-invalid.svg) no-repeat 95% !important;
    border: 2px solid #ff003c !important;
    padding-right: 30px !important;
    text-overflow: ellipsis;
    -webkit-background-size: 13px 10px !important;
    background-size: 13px 10px !important;
}

input.valid:not([type="button"]) {
    background: rgba(57, 181, 74, 0.3) url(/static/bitcoin_profit_gr_tron/img/81_form-valid.svg) no-repeat 95% !important;
    border: 2px solid #39b54a !important;
    padding-right: 30px !important;
    text-overflow: ellipsis;
}

.valid>span {
    color: #39b54a;
}

.form-name-1 label.error,
.form-name-2 label.error {
    width: 100%;
}

label.error {
    width: 60%;
    height: auto;
    background: #ff003c url(/static/bitcoin_profit_gr_tron/img/80_form-attention.svg) no-repeat;
    color: #fafaff;
    font-size: 10px;
    padding: 5px 5px 5px 35px;
    background-position: 10px 50%;
    background-size: 16px;
}

input[name="password"]+label.error {
    display: none !important;
}

@media screen and (min-width: 992px) {
    input[name="password"] {
        min-width: 60% !important;
    }

    .password-btn {
        min-width: 35% !important;
    }
}

.valid-block {
    position: absolute;
    background: #fafaff;
    border: 1px solid #ff003c;
    box-sizing: border-box;
    z-index: 9996;
    top: 40px;
}

.valid-check {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.valid-check label {
    color: #f90201;
    padding: 5px 25px;
    position: relative;
    text-align: left;
    font-family: inherit;
    font-size: 12px;
    line-height: 1;
    margin: 0;
}

.valid-check.check label {
    color: #39b54a !important;
}

.valid-check.check label::before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 8px;
    width: 12px;
    height: 11px;
    background-image: url(/static/bitcoin_profit_gr_tron/img/81_form-valid.svg);
    background-size: 80%;
    background-position: 50%;
    background-repeat: no-repeat;
}

.valid-check label::before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 8px;
    width: 12px;
    height: 11px;
    background-image: url(/static/bitcoin_profit_gr_tron/img/82_form-invalid.svg);
    background-size: 80%;
    background-position: 50%;
    background-repeat: no-repeat;
}

.country-name {
    color: #000000;
}


@keyframes rf-spin {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rf-flip {
    0% {
        transform: perspective(400px) rotateY(-1turn);
    }

    0%,
    40% {
        animation-timing-function: ease-out;
    }

    40% {
        transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    }

    50% {
        transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    }

    50%,
    80% {
        animation-timing-function: ease-in;
    }

    80% {
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    }

    to {
        transform: perspective(400px);
        animation-timing-function: ease-in;
    }
}

.rf-container {
    font-family: sans-serif;
    display: flex;
    justify-content: center;
}

.rf-container__inner {
    box-sizing: border-box;
    max-width: 460px;
    width: 500px;
}

.rf-form {
    border-radius: 10px;
    box-shadow: #ffffff 0 0 0 0,
        rgba(15, 23, 42, 0.05) 0 0 0 1px,
        rgba(0, 0, 0, 0.1) 0 20px 25px -5px,
        rgba(0, 0, 0, 0.1) 0 8px 10px -6px;
}

.rf-form__header {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    box-sizing: border-box;
    padding: 24px 16px;
    text-align: center;
    color: #fff;
    border-top-right-radius: inherit;
    border-top-left-radius: inherit;
    background: #7ed321;
}

.rf-form__content {
    position: relative;
    box-sizing: border-box;
    padding: 20px 16px;
    border-radius: inherit;
}

.rf-form__loader {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: rgba(255, 255, 255, 0.8);
}

.rf-form__loader::before {
    content: "";
    display: block;
    width: 46px;
    height: 46px;
    margin-bottom: 16px;
    border-radius: 50%;
    border: 5px solid #fff;
    border-top-color: rgb(255, 255, 255);
    border-right-color: rgb(255, 255, 255);
    border-bottom-color: rgb(255, 255, 255);
    border-left-color: rgb(255, 255, 255);
    border-color: currentColor transparent currentColor transparent;
    animation: rf-spin 1.2s linear infinite;
}

.rf-form-field {
    width: 100%;
}

.rf-form-field__error {
    line-height: 1.25;
    display: none;
    width: 100%;
    margin-top: 8px;
    color: #ef4444;
}

.iti {
    width: 100%;
}

.iti__flag-container {
    padding: 0;
}

.iti--separate-dial-code .iti__selected-flag {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.rf-form-input {
    font-size: 14px;
    line-height: 24px;
    box-sizing: border-box;
    width: 100%;
    padding: 8px 12px;
    color: #0f172a;
    border: 0 solid #e5e7eb;
    border-radius: 6px;
    box-shadow: #fff 0 0 0 0, #e2e8f0 0 0 0 1px,
        rgba(0, 0, 0, 0.05) 0 1px 2px 0;
    background-color: #fff;
    appearance: none;
}

.rf-form-input:focus {
    box-shadow: #fff 0 0 0 0, #3b82f6 0 0 0 2px,
        rgba(0, 0, 0, 0.05) 0 1px 2px 0;
}

.rf-form-button {
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    border: 0 solid #e5e7eb;
    border-radius: 8px;
    background: #7ed321;
}

.rf-form-button:focus {
    outline: none;
    box-shadow: #fff 0 0 0 0, rgb(147, 197, 253) 0 0 0 3px,
        rgba(0, 0, 0, 0) 0 0 0 0;
}

.rf-alert {
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
    padding: 8px;
    border-radius: 8px;
}

.rf-alert_error {
    color: #b91c1c;
    background: #fee2e2;
}

.rf-alert_success {
    color: #15803d;
    background: #dcfce7;
}

.rf-alert__icon {
    opacity: 0.65;
}

.rf-alert__content {
    font-size: 14px;
    line-height: 20px;
    padding-left: 12px;
}

.rf-alert__content * {
    font-family: inherit !important;
    line-height: inherit !important;
    color: inherit !important;
}

.rf-alert__content>* {
    margin: 0 !important;
    padding: 0 !important;
}

.rf-alert__content>*+* {
    margin-top: 0.35em !important;
}

.rf-alert__content>h1,
.rf-alert__content>h2,
.rf-alert__content>h3,
.rf-alert__content>h4,
.rf-alert__content>h5,
.rf-alert__content>h6 {
    font-size: 100% !important;
    font-weight: 600 !important;
}

.rf-alert__content>ul,
.rf-alert__content>ol {
    padding-left: 1.5em !important;
}

.rf-form__content>*+* {
    margin-top: 16px;
}

.rf-form__content> :last-child {
    margin-top: 20px;
}

.rf-logos {
    display: flex;
    flex-wrap: wrap;
    margin: 32px 0 0;
    padding: 0;
    list-style: none;
}

.rf-logos>* {
    flex: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    max-width: 33.3%;
    padding: 8px;
}

.rf-logo {
    height: auto;
    max-width: 100%;
}

.rf-bid,
.rf-ask {
    font-size: 18px;
    font-weight: 700;
    display: inline-flex;
    align-items: flex-start;
    white-space: nowrap;
}

.rf-bid>small,
.rf-ask>small {
    font-size: 12px;
    padding-right: 4px;
}

.rf-bid>span,
.rf-ask>span {
    transform: rotate3d(0, 1, 0, 0deg);
    animation: rf-flip 10s cubic-bezier(1, 0, 0, 1) 0s infinite;
}

.rf-bid {
    color: #84cc16;
}

.rf-bid>small {
    color: #f59e0b;
}

.rf-ask {
    color: #6b7280;
}

.rf-ask>small {
    color: #9ca3af;
}

.accept-checkbox {
    position: relative;
    display: inline-block;
    cursor: pointer;
    user-select: none;
    float: left;
    margin: 0 5px 35px 0;
}

.accept-checkbox .accept-checkmark {
    height: 20px;
    width: 20px;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
}

.accept-checkbox .accept-checkmark:after {
    content: "";
    display: none;
    width: 8px;
    height: 12px;
    border: solid #333;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(45deg);
    position: absolute;
    top: 9px;
    left: 10px;
}

.accept-checkbox.checked .accept-checkmark:after {
    display: block;
}

.rf-form__header {
    display: none;
}

.rf-form-button {
    border-radius: 20px;
    padding: 15px;
    font-size: 20px;
    box-shadow: 0px 4px 0px #69b31f,
        0px 254px 102px rgba(6, 26, 45, 0.01),
        0px 143px 86px rgba(6, 26, 45, 0.05),
        0px 63px 63px rgba(6, 26, 45, 0.09),
        0px 16px 35px rgba(6, 26, 45, 0.1),
        0px 0px 0px rgba(6, 26, 45, 0.1);
}

.rf-form {
    box-shadow: none;
}