.form-create-account {
    width: 100% !important;
    padding-top: 136px;
    padding-bottom: 136px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    fieldset {
        padding-right: 20px;
        padding-left: 20px;
    }

    .password-wrapper input {
        position: relative;
        width: 100%;
        padding-right: 44px;
        height: 44px;
        box-sizing: border-box;
    }

    .eye-container {
        display: flex;
        width: 100%;
        justify-content: end;
    }

    .toggle-password {
        position: absolute;
        margin-left: -30px;
        margin-top: 15px;
        padding-right: 15px;
        z-index: 1000;
    }

    button:disabled,
    button[disabled] {
        background-color: #536a70 !important;
        border-color: #536a70 !important;
        color: #ffffff !important;
        cursor: not-allowed;
        opacity: 0.6;
        pointer-events: none;
    }

    .custom-checkbox {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        margin-top: 24px;
        font-size: 14px;
        line-height: 20px;
        color: #334155;
    }

    .previous-step-container {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
        gap: 4px;
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0;
        color: #1E293B;
        margin-bottom: 32px;
        cursor: pointer;
    }

    .actions-toolbar {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        margin: 0 !important;
        width: 100%;

        .primary {
            width: 100%;
            margin-top: 16px;

            .primary {
                height: 44px;
                opacity: 1;
                gap: 6px;
                padding: 10px 16px;
                border-radius: 32px;
                background-color: #1D4851;
                border: 1px solid #1D4851;
                font-family: Poppins-Semi-Bold, serif;
                font-weight: 600;
                font-size: 16px;
                margin: 0 !important;
                line-height: 24px;
                letter-spacing: 0;
                color: #FFFFFF;
                width: 100%;
            }
        }
    }

    .custom-checkbox label {
        display: flex;
        align-items: center;
        cursor: pointer;
        gap: 12px;
        user-select: none;
    }

    .custom-checkbox input[type="checkbox"] {
        display: none;
    }

    .custom-checkbox-box {
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        transition: all 0.3s ease;
        box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
        width: 16px;
        height: 16px;
        opacity: 1;
        border-radius: 4px;
        border: 1px solid #CBD5E1
    }

    .custom-checkbox input[type="checkbox"]:checked + .custom-checkbox-box {
        background-color: #1D4851;
        border-color: white;
    }

    .custom-checkbox input[type="checkbox"]:checked + .custom-checkbox-box::after {
        content: '';
        position: absolute;
        width: 4px;
        height: 8px;
        border: solid white;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
        top: 2px;
        left: 5px;
    }

    .custom-checkbox-label {
        flex: 1;
        color: #334155;
        font-weight: 400;

        a {
            font-weight: 500;
            font-size: 14px;
            line-height: 20px;
            letter-spacing: 0;
            text-decoration: underline;
            text-decoration-style: solid;
            text-decoration-offset: 0%;
            color: #334155;
        }
    }

    fieldset {
        width: 380px;
        display: flex;
        flex-direction: column;

        .field {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: center;
            gap: 8px;
            margin: 0 !important;

            input[type=text], input[type=password], input[type=email], select {
                width: 100%;
                height: 44px;
                opacity: 1;
                gap: 8px;
                padding: 10px 14px;
                border-radius: 8px;
                border: 1px solid #CBD5E1;
                box-shadow: 0 1px 2px 0 #1018280D;
                transition: 0.3s;
                font-weight: 500;
                font-size: 16px;
                line-height: 24px;
                letter-spacing: 0;
            }

            input:focus {
                border: 1px solid #1D4851;
            }

            select {
                color: #334155;

                .default-value {
                    color: #94A3B8;
                }
            }

            select {
                appearance: none;
                -webkit-appearance: none;
                -moz-appearance: none;
                padding-right: 36px;
                background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='%23334155' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' class='feather feather-chevron-down'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
                background-repeat: no-repeat;
                background-position: right 12px center;
                background-size: 16px;
                box-sizing: border-box;
                overflow: visible;
            }

            .control {
                width: 100% !important;
            }

            .label {
                padding: 0 !important;
                width: auto !important;
                font-weight: 500;
                font-size: 14px;
                line-height: 20px;
                letter-spacing: 0;
                color: #334155;
            }

            .label:after {
                display: none;
            }
        }

    }

    #first-step {
        gap: 32px;
    }

    #second-step-title {
        margin-bottom: 32px;
    }

    #create-account-newsletter, #create-account-rgpd {
        margin-top: 16px !important;
        flex-direction: initial;
        width: 100%;
        justify-content: flex-start;
        align-items: center;
    }

    #create-account-newsletter:before, #create-account-rgpd:before {
        display: none;
    }

    .title-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 8px;

        .title {
            font-family: Poppins-Semi-Bold, serif;
            font-weight: 600;
            font-size: 32px;
            line-height: 42px;
            letter-spacing: 0;
            color: #0C111D;
            margin: 0 !important;
        }

        .login {
            font-weight: 400;
            font-size: 14px;
            line-height: 20px;
            letter-spacing: 0;
            color: #475569;
            display: flex;
            gap: 4px;

            span {
                font-family: Poppins-Semi-Bold, serif;
                font-weight: 600;
                font-size: 14px;
                line-height: 20px;
                color: #1D4851;
                cursor: pointer;
            }

            span:hover {
                color: #0C111D;
            }
        }
    }

    button {
        height: 44px;
        opacity: 1;
        gap: 6px;
        padding: 10px 16px;
        border-radius: 32px;
        background-color: #1D4851;
        border: 1px solid #1D4851;
        font-family: Poppins-Semi-Bold, serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0;
        color: #FFFFFF;
    }
}

@media only screen and (max-width: 768px) {
    .form-create-account {
        padding-top: 80px;
        padding-bottom: 10px;

        fieldset {
            display: flex;
            flex-direction: column;
            gap: 16px;
            width: 100%;

            .field {
                gap: 2px;
            }
        }
    }
}
