.grecaptcha-badge {
    width: 256px;
    height: 60px;
    display: block;
    transition: right 0.3s;
    position: fixed;
    bottom: 14px;
    right: -186px;
    box-shadow: gray 0px 0px 5px;
    border-radius: 2px;
    overflow: hidden;
}

.grecaptcha-badge:hover {
    right: -0;
}
body{
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.css-bodybg {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0px 24px 30px;
    min-height: 100vh;
    background: rgb(255, 255, 255);
}

@media (min-width: 768px) {
    .css-bodybg {
        background: url('../image/layout-desktop-bg.svg') left bottom no-repeat rgb(255, 255, 255);
    }
}

.header {
    position: relative;
    display: flex;
    margin-bottom: 24px;
    height: 88px;
    justify-content: space-between;
    align-items: center;
}

@media (min-width: 768px) {
    .header {
        margin-bottom: 40px;
    }
}

@media (max-width: 350px) {

    .header,
    .button-div {
        flex-wrap: wrap;
        justify-content: center;
        height: auto;
        gap: 10px;
    }

    .header>button {
        width: 100%;
    }

    .header>a {
        margin-top: 10px;
    }

    .mt-5 {
        margin-top: 1rem !important;
    }
}

.header>button {
    min-width: 145px;
}

.css-cont {
    margin: 0px auto;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 600px;
    max-width: 100%;
}

.form>div {
    display: inline-flex;
    flex-direction: column;
    position: relative;
    min-width: 0px;
    padding: 0px;
    margin: 16px 0px;
    border: 0px;
    vertical-align: top;
    width: 100%;

    >label:not(.check-label) {
        font-size: 16px;
        line-height: 1.4375em;
        font-weight: 400;
        font-family: Manrope, sans-serif;
        display: block;
        transform-origin: left top;
        text-overflow: ellipsis;
        max-width: calc(133% - 32px);
        position: absolute;
        top: -5px;
        transform: translate(14px, -16px) scale(0.75);
        z-index: 1;
        pointer-events: auto;
        user-select: none;
        left: -14px;
        color: rgb(14, 32, 38) !important;
        padding: 0px;
        white-space: nowrap;
        overflow: hidden;
        transition: color 200ms cubic-bezier(0, 0, 0.2, 1), transform 200ms cubic-bezier(0, 0, 0.2, 1), max-width 200ms cubic-bezier(0, 0, 0.2, 1);
    }

    >div {
        font-size: 16px;
        line-height: 1.4375em;
        font-weight: 500;
        font-family: Manrope, sans-serif;
        color: rgb(14, 32, 38);
        box-sizing: border-box;
        cursor: text;
        display: inline-flex;
        -webkit-box-align: center;
        align-items: center;
        width: 100%;
        position: relative;
        border-radius: 14px;
        background: rgb(255, 255, 255);

        &:hover {
            border-color: var(--tcolor);
        }

        &:focus-within fieldset {
            box-shadow: rgba(37, 167, 160, 0.3) 0px 0px 0px 4px;
            border-width: 1px !important;
            border-color: rgb(37, 167, 160) !important;
        }
    }

    input:not(.check-label input){
        font: inherit;
        letter-spacing: inherit;
        color: currentcolor;
        border: 0px;
        box-sizing: content-box;
        height: 1.4375em;
        margin: 0px;
        -webkit-tap-highlight-color: transparent;
        display: block;
        min-width: 0px;
        width: 100%;
        animation-name: mui-auto-fill-cancel;
        animation-duration: 10ms;
        box-shadow: rgb(255, 255, 255) 0px 0px 0px 1000px inset;
        background: rgb(255, 255, 255);
        padding: 16px;
        border-radius: 14px;

        &::placeholder {
            color: lightgray;
        }

        &:focus {
            outline: none;
        }
    }
    select {
        font: inherit;
        letter-spacing: inherit;
        color: currentcolor;
        border: 0px;
        outline: 0px;
        box-sizing: content-box;
        height: 1.4375em;
        margin: 0px;
        -webkit-tap-highlight-color: transparent;
        display: block;
        min-width: 0px;
        width: 100%;
        animation-name: mui-auto-fill-cancel;
        animation-duration: 10ms;
        background: rgb(255, 255, 255);
        padding: 16px;
        border-radius: 14px;
    }

    fieldset {
        text-align: left;
        position: absolute;
        inset: -5px 0px 0px;
        margin: 0px;
        padding: 0px 8px;
        pointer-events: none;
        border-radius: inherit;
        overflow: hidden;
        min-width: 0%;
        top: 0px;
        border: 1px solid rgb(207, 210, 212);

        >legend {
            float: unset;
            width: auto;
            overflow: hidden;
            display: none;
            padding: 0px;
            height: 11px;
            font-size: 0.75em;
            visibility: hidden;
            max-width: 100%;
            transition: max-width 100ms cubic-bezier(0, 0, 0.2, 1) 50ms;
            white-space: nowrap;
        }
    }

    .eye {
        display: flex;
        height: 0.01em;
        max-height: 2em;
        -webkit-box-align: center;
        align-items: center;
        white-space: nowrap;
        color: rgba(0, 0, 0, 0.54);
        margin: 8px;
        margin-right: 20px;

        >button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            position: relative;
            -webkit-tap-highlight-color: transparent;
            background-color: transparent;
            cursor: pointer;
            user-select: none;
            vertical-align: middle;
            appearance: none;
            text-align: center;
            font-size: 1.5rem;
            color: var(--tcolor);
            outline: 0px;
            border-width: 0px;
            margin: 0px -12px 0px 0px;
            text-decoration: none;
            flex: 0 0 auto;
            padding: 8px;
            border-radius: 50%;
            overflow: visible;
            transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);

            &:hover {
                background-color: rgba(0, 0, 0, 0.04);
            }

            svg {
                user-select: none;
                width: 1em;
                height: 1em;
                display: inline-block;
                fill: currentcolor;
                flex-shrink: 0;
                font-size: 1.5rem;
                transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
            }
        }
    }
}

form a {
    margin: 0px;
    color: rgb(238, 130, 103);
    font-weight: 500;
    text-decoration: none;
    font-family: Manrope, sans-serif;
    align-self: start;
}

form a:hover {
    color: rgb(238, 130, 103);
    text-decoration: underline;
}

.divider {
    margin: 16px 0px;
    display: flex;
    white-space: nowrap;
    text-align: center;
    border: 0px;

    &::before,
    &::after {
        content: '';
        align-self: center;
        width: 100%;
        border-top: thin solid rgb(219, 225, 234);
    }

    >span {
        display: inline-block;
        padding-left: calc(9.6px);
        padding-right: calc(9.6px);
    }
}

.button-div {
    display: flex;
    gap: 16px;

    >div {
        width: 100%;
    }

    button {
        width: 100%;
        padding: 16px 32px;
        font-size: 18px;
        height: 56px;
        line-height: 26px;
        flex-direction: row;

        >span {
            display: inherit;
            margin-right: 8px;
            margin-left: -4px;
        }

        svg {
            user-select: none;
            width: 1em;
            height: 1em;
            display: inline;
            fill: currentcolor;
            flex-shrink: 0;
            font-size: 1.5rem;
            transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
        }
    }
}

.check-label {
    display: flex;
    gap: 3%;
    align-items: center;
    cursor: pointer;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;


    p {
        margin: 0;
    }
}

.check-label input[type='checkbox'] {
    border-radius: 6px;
    width: 20px;
    height: 20px;
    border: 1px solid rgb(219, 225, 234);
    color: rgb(238, 130, 103);
    background-size: 10px;

    &:hover {
        border-color: rgb(238, 130, 103);
    }
}