﻿.sign-out {
    background-color: #0a0a0a;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

    .sign-out .frame-wrapper {
        background-color: #0a0a0a;
        overflow: hidden;
        /*width: 1440px;*/
        height: 900px;
    }

    .sign-out .frame {
        display: flex;
        flex-wrap: wrap;
        width: 1450px;
        height: 910px;
        align-items: center;
        justify-content: center;
        gap: 111px 111px;
        padding: 32px 64px;
        position: relative;
        top: -5px;
        left: -5px;
        border-radius: 20px;
        border-color: var(--variable-collection-neutral-red-500);
    }

    .sign-out .sign-up-in {
        display: flex;
        flex-direction: column;
        width: 430px;
        align-items: flex-start;
        gap: 12px;
        position: relative;
    }

    .sign-out .progress-bar {
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }

    .sign-out .step {
        display: flex;
        flex-direction: column;
        height: 540px;
        align-items: flex-start;
        gap: 12px;
        padding: 32px 0px;
        position: relative;
        align-self: stretch;
        width: 100%;
        border-radius: 20px;
        border: 2px solid;
        border-color: var(--loginstrok);
    }

    .sign-out .div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 12px;
        padding: 0px 56px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }

    .sign-out .frame-2 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }

    .sign-out .div-2 {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }

    .sign-out .text-wrapper {
        position: relative;
        width: fit-content;
        margin-top: -1.00px;
        font-family: var(--h3-bold-font-family);
        font-weight: var(--h3-bold-font-weight);
        color: #ffffff;
        font-size: var(--h3-bold-font-size);
        text-align: center;
        letter-spacing: var(--h3-bold-letter-spacing);
        line-height: var(--h3-bold-line-height);
        white-space: nowrap;
        font-style: var(--h3-bold-font-style);
    }

    .sign-out .p {
        position: relative;
        width: fit-content;
        margin-top: -1.00px;
        font-family: var(--body-font-family);
        font-weight: var(--body-font-weight);
        color: #ffffff;
        font-size: var(--body-font-size);
        text-align: center;
        letter-spacing: var(--body-letter-spacing);
        line-height: var(--body-line-height);
        white-space: nowrap;
        font-style: var(--body-font-style);
    }

    .sign-out .frame-3 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }

    .sign-out .frame-4 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }

    .sign-out .input-data {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 12px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }

    .sign-out .div-3 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }

    .sign-out .textfeild-label {
        display: flex;
        align-items: center;
        padding: 0px 21px 0px 16px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }

    .sign-out .label {
        position: relative;
        flex: 1;
        margin-top: -1.00px;
        font-family: var(--caption-font-family);
        font-weight: var(--caption-font-weight);
        color: var(--textfeildtextfeildlabel);
        font-size: var(--caption-font-size);
        letter-spacing: var(--caption-letter-spacing);
        line-height: var(--caption-line-height);
        font-style: var(--caption-font-style);
    }

    .sign-out .text-field {
        color: white;
        display: flex;
        height: 48px;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 16px;
        position: relative;
        align-self: stretch;
        width: 100%;
        background-color: var(--textfeildtextfeildenabledtextfieldbgenabled) !important;
        border-radius: 12px;
        overflow: hidden;
        border: 1px solid;
        border-color: var(--textfeildtextfeildenabledtextfieldstrokenabled) !important;
    }

    .sign-out .div-wrapper {
        display: flex;
        align-items: center;
        padding: 0px 21px 0px 0px;
        position: relative;
        flex: 1;
        flex-grow: 1;
    }

    .sign-out .text-field-wrapper {
        display: flex;
        width: 222px;
        align-items: center;
        justify-content: flex-end;
        position: relative;
    }

    .sign-out .text-field-2 {
        position: relative;
        flex: 1;
        height: 16px;
        margin-top: -1.00px;
        font-family: var(--body-font-family);
        font-weight: var(--body-font-weight);
        color: var(--textfeildtextfeildtext);
        font-size: var(--body-font-size);
        letter-spacing: var(--body-letter-spacing);
        line-height: var(--body-line-height);
        white-space: nowrap;
        font-style: var(--body-font-style);
    }

    .sign-out .text-field-3 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }

    .sign-out .textfeild-label-2 {
        align-self: stretch;
        display: flex;
        align-items: center;
        padding: 0px 21px 0px 0px;
        position: relative;
        flex: 1;
        flex-grow: 1;
    }

    .sign-out .show {
        position: relative;
        width: 24px;
        height: 24px;
        margin-top: -4.00px;
        margin-bottom: -4.00px;
    }

    .sign-out .terms {
        display: flex;
        align-items: center;
        gap: 4px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }

    .sign-out .check-box {
        position: relative;
        width: 20px;
        height: 20px;
    }

    .sign-out .text-wrapper-2 {
        position: relative;
        width: 222px;
        height: 16px;
        font-family: "Roboto-Regular", Helvetica;
        font-weight: 400;
        color: var(--textfeildtextfeildlabel);
        font-size: 12px;
        letter-spacing: 0;
        line-height: normal;
    }

    .sign-out .login-button {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 12px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }

    .sign-out .button {
        all: unset;
        box-sizing: border-box;
        display: flex;
        height: 40px;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 8px 12px;
        position: relative;
        align-self: stretch;
        width: 100%;
        background-color: var(--buttonbuttonenable);
        border-radius: 100px;
        overflow: hidden;

        border: 1px solid var(--Green_Brand-Green_Brand_100, #E2EBEB);
        background: var(--Green_Brand-Green_Brand_400_o, #5A7D80);
    }

#btnLoginSubmit:hover {
    border-radius: 100px;
    border: 1px solid var(--Green_Brand-Green_Brand_100, #E2EBEB);
    background: var(--Green_Brand-Green_Brand_600, #4D6A6D);
}



.sign-out .button-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative;
    flex: 0 0 auto;
}

.sign-out .button-2 {
    all: unset;
    box-sizing: border-box;
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--body-font-family);
    font-weight: var(--body-font-weight);
    color: var(--buttonbuttontext);
    font-size: var(--body-font-size);
    text-align: center;
    letter-spacing: var(--body-letter-spacing);
    line-height: var(--body-line-height);
    white-space: nowrap;
    font-style: var(--body-font-style);
}

.sign-out .frame-5 {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.sign-out .frame-6 {
    position: relative;
    flex: 1;
    flex-grow: 1;
    height: 1px;
    background-color: var(--variable-collection-green-brand-green-brand-400-o);
}

.sign-out .text-wrapper-3 {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: "Roboto-Regular", Helvetica;
    font-weight: 400;
    color: var(--textfeildtextfeildlabel);
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.10px;
    line-height: 20px;
    white-space: nowrap;
}

.sign-out .frame-7 {
    display: flex;
    align-items: center;
    gap: 13px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.sign-out .button-text-wrapper {
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 12px;
    position: relative;
    flex: 1;
    flex-grow: 1;
    background-color: var(--buttonbuttonenable);
    border-radius: 100px;
    overflow: hidden;
}

.sign-out .button-text-2 {
    display: flex;
    width: 70px;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    position: relative;
}

.sign-out .devicon-google {
    position: relative;
    width: 20px;
    height: 20px;
    margin-left: -3.00px;
}

.sign-out .button-3 {
    all: unset;
    box-sizing: border-box;
    position: relative;
    width: fit-content;
    margin-top: -0.50px;
    font-family: var(--body-font-family);
    font-weight: var(--body-font-weight);
    color: var(--buttonbuttontext);
    font-size: var(--body-font-size);
    text-align: center;
    letter-spacing: var(--body-letter-spacing);
    line-height: var(--body-line-height);
    white-space: nowrap;
    font-style: var(--body-font-style);
}

.sign-out .logos-facebook {
    position: relative;
    width: 20px;
    height: 20px;
    margin-left: -20.00px;
}

.sign-out .account {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px;
    position: relative;
    align-self: stretch;
    flex: 0 0 auto;
    width:320px;
    margin:auto;
}

.sign-out .already-have-an {
    position: relative;
    width: 100%;
    margin-top: -1.00px;
    font-family: "Inter-Regular", Helvetica;
    font-weight: 400;
    color: transparent;
    font-size: 12px;
    letter-spacing: 0;
    line-height: normal;
}

.sign-out .span {
    color: #c9d8d8;
}

.sign-out .text-wrapper-4 {
    color: #ffffff;
}

.sign-out .text-wrapper-5 {
    color: #779a9c;
}

.sign-out .frame-8 {
    display: flex;
    flex-direction: column;
    width: 535px;
    align-items: center;
    gap: 73px;
    position: relative;
}

.sign-out .frame-9 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.sign-out .image {
    position: relative;
    width: 15px;
    height: 13px;
}

.sign-out .text-wrapper-6 {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--m3-label-medium-font-family);
    font-weight: var(--m3-label-medium-font-weight);
    color: #ffffff;
    font-size: var(--m3-label-medium-font-size);
    text-align: center;
    letter-spacing: var(--m3-label-medium-letter-spacing);
    line-height: var(--m3-label-medium-line-height);
    white-space: nowrap;
    font-style: var(--m3-label-medium-font-style);
}

.sign-out .text-wrapper-7 {
    position: relative;
    align-self: stretch;
    font-family: var(--h3-font-family);
    font-weight: var(--h3-font-weight);
    color: #ffffff;
    font-size: var(--h3-font-size);
    text-align: center;
    letter-spacing: var(--h3-letter-spacing);
    line-height: var(--h3-line-height);
    font-style: var(--h3-font-style);
}

.sign-out .text-wrapper-8 {
    position: relative;
    align-self: stretch;
    font-family: var(--titel-1-font-family);
    font-weight: var(--titel-1-font-weight);
    color: #d4d4d4;
    font-size: var(--titel-1-font-size);
    text-align: center;
    letter-spacing: var(--titel-1-letter-spacing);
    line-height: var(--titel-1-line-height);
    font-style: var(--titel-1-font-style);
}

.sign-out .group {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 456.35px;
    object-fit: cover;
}
