body {
    font-family: Inter, Arial, Helvetica, sans-serif;
}

.static-registration-bg {
    min-height: 100vh;
    background-image: url("https://inscricao.desafioligajovem.com.br/img/dlj4/dlj-bg-inscricao.jpg");
    background-position: center;
    background-size: 100% 100%;
}

.static-registration-panel {
    min-height: 100vh;
    background: #fff;
}

.theme-back-button {
    border: 0;
    background: transparent;
    color: inherit;
    font-size: 24px;
    line-height: 1;
    padding: 0;
}

.progress-track {
    display: block;
    width: 100%;
    height: 5px;
    overflow: hidden;
    border-radius: 999px;
    background: #eef1f7;
}

.progress-bar {
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: #343699;
    transition: width 160ms ease;
}

#loadingProgress.is-indeterminate {
    width: 42%;
    min-width: 96px;
    animation: static-loading-progress 1.15s ease-in-out infinite;
}

@keyframes static-loading-progress {
    0% {
        transform: translateX(-120%);
    }

    100% {
        transform: translateX(260%);
    }
}

.step {
    display: none;
}

.step.is-active {
    display: block;
}

.step h1 {
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 1.18;
    letter-spacing: 0;
}

.static-subtitle {
    font-size: 22px !important;
}

.step p {
    color: #6c757d;
}

.choice-list {
    display: grid;
    gap: 14px;
    margin: 36px 0 0;
    padding: 0;
    border: 0;
}

.choice-list label,
.check {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 12px;
    align-items: start;
    margin-bottom: 14px;
}

.choice-list .form-check,
.static-list-scroll .form-check {
    display: flex;
    gap: 14px;
    align-items: center;
    min-height: 48px;
    margin-bottom: 0;
    padding-left: 0;
}

.choice-list .form-check-input,
.static-list-scroll .form-check-input {
    flex: 0 0 auto;
    margin-left: 0;
    margin-top: 0;
}

.static-social-check {
    display: flex;
    gap: 8px;
    align-items: center;
    padding-left: 0;
}

.static-social-check .form-check-input-check {
    margin-left: 0;
}

.choice-list input,
.check input {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    accent-color: #343699;
}

.choice-list span,
.check span,
.field span {
    font-size: 17px;
}

.field {
    display: grid;
    gap: 8px;
    margin-top: 28px;
}

.static-list-scroll {
    margin-top: 8px;
}

.static-list-scroll .list-group-item {
    padding-right: 0;
    padding-left: 0;
}

.inline-message,
.form-alert {
    min-height: 22px;
    margin-top: 12px;
    font-size: 14px;
    color: #6c757d;
    white-space: pre-line;
}

.inline-message.error,
.form-alert.error {
    color: #b42318;
}

.inline-message.success,
.form-alert.success {
    color: #027a48;
}

.static-validation-alert {
    margin: 18px 0 0;
    color: #212529;
    font-size: 15px;
    line-height: 1.45;
    white-space: normal;
}

.static-validation-alert .btn {
    border-radius: 999px;
}

.is-invalid {
    border-color: #b42318 !important;
}

.form-actions {
    display: block;
    margin-top: 52px;
}

.static-action-button {
    width: 100%;
}

.static-login-button {
    width: 100%;
    background: #fff;
    border: 2px solid #343699;
    color: #343699;
}

.static-login-button:hover,
.static-login-button:focus {
    background: #eef1ff;
    border-color: #343699;
    color: #343699;
}

.static-terms-hero {
    height: 150px;
    margin: -48px -12px 36px;
    overflow: hidden;
}

.static-coupon-field {
    gap: 6px;
    margin-top: 24px;
}

.static-coupon-field small {
    color: #101010;
    font-size: 14px;
}

.static-coupon-field .form-control {
    min-height: 48px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    color: #101010;
    font-size: 18px;
}

.static-terms-check {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding-left: 0;
    color: #101010;
    font-size: 16px;
    line-height: 1.45;
}

.static-terms-check .form-check-input {
    flex: 0 0 auto;
    margin-left: 0;
    margin-top: 4px;
}

.static-responsible-warning {
    margin-top: 18px;
}

.static-password-field {
    position: relative;
}

.static-password-field .form-control {
    width: 100%;
    padding-right: 48px;
}

.static-password-toggle {
    position: absolute;
    top: 50%;
    right: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #343699;
    transform: translateY(-50%);
}

.static-password-toggle:hover,
.static-password-toggle:focus {
    background: #eef1ff;
    outline: 0;
}

.button-icon {
    display: none;
}

.primary-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 8px;
    padding: 12px 18px;
    background: #343699;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

[hidden] {
    display: none !important;
}

@media (max-width: 640px) {
    .step h1 {
        font-size: 25px;
    }

    .form-actions {
        min-height: 72px;
        margin-top: 48px;
    }

    .static-action-button {
        float: right;
        width: 56px;
        height: 56px;
        border-radius: 50%;
        padding: 0;
    }

    .static-action-button .button-label {
        display: none;
    }

    .static-action-button .button-icon {
        display: inline-block;
        line-height: 1;
    }
}
