.body-main-container {
    background-color: #f5f7f8;
    padding-top: 48px;
    padding-bottom: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.auth-main-container {
    display: flex; justify-content: space-around; height: 100%
}
.auth-card-container {
    height: 100%; width: 100%; display: flex; justify-content: center; align-items: center;
}
.auth-image-container {
    height: 100%; width: 100%; display: flex; justify-content: center; align-items: center;
}
.auth-card-child-container {
    width: 100%; height: 80%;; display: flex; justify-content: center;
}
.auth-card {
    width: 90%; min-height: 100%; background-color: #fff; border: 1px solid #e2e4eb; border-radius: 6px; padding: 24px;
}
.auth-card-header-container {
    width: 100%; border-bottom: 1px solid #e2e4eb; padding: 8px
}
.auth-card-header-text {
    font-size: 24px; font-weight: 600;
}
.auth-card-body-container {
    width: 100%; display: flex; flex-direction: column; margin-top: 16px; gap: 16px;
}
.auth-card-body-input-element-container {
    display: flex; flex-direction: column; gap: 8px;
}
.auth-card-input-container {
    width: 100%; border: 1px solid #e2e4eb; height: 42px; border-radius: 4px; display: flex; align-items: center;
}
.auth-card-input {
    width: 100%; height: 100%; border: none; padding: 0 8px; font-size: 16px; border-radius: 4px;
}
.auth-card-input:focus {
    outline: none
}
.auth-card-box-and-forget-password-container {
    position: relative; width: 100%; background-color: #fff; display: flex; justify-content: space-between; align-items: center; padding: 2px 0;
}
.auth-card-box-container {
    display: flex; justify-content: center; align-items: center
}
.auth-card-forget-password-text {
    color: #2b29b8; cursor: pointer; position: absolute; right: 0; font-weight: 500; font-size: 14px;
}
.auth-card-forget-password-text:hover {
    right: 10px;
}
.auth-card-button {
    width: 100%; background-color: #2b29b8; color: #fff; padding: 8px; display: flex; justify-content: center; align-items: center; border-radius: 4px; transition: 0.2s ease-in-out; font-size: 16px; position: relative;
}
.auth-card-button:hover {
    background-color: #4543c1;
    transform: scale(1.015);
}
.auth-card-new-acc-separator {
    display: flex; justify-content: space-evenly; align-items: center; gap: 2px; width: 100%; margin-top: 24px; font-size: 13px
}
.auth-card-new-acc-separator-line {
    border: 1px solid #d2d3d6; flex-grow: 1;
}
.auth-card-new-acc-separator-text {
    padding: 0 10px;
}
.auth-card-new-acc {
    margin-top: 8px; display: flex; justify-content: center; align-items: center; font-size: 18px; color: #2b29b8; font-weight: 500; transition: 0.3s ease-in-out; cursor: pointer;
}
.auth-card-new-acc:hover {
    color: #4543c1;
}
.auth-card-description {
    margin: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.5;
}
a.auth-card-button,
a.auth-card-new-acc {
    text-decoration: none;
}
.auth-card-button--secondary {
    margin-top: 8px;
    background-color: #fff;
    color: #2b29b8;
    border: 1px solid #e2e4eb;
}
.auth-card-button--secondary:hover {
    background-color: #f8fafc;
    color: #4543c1;
}
.auth-card-forget-password-text--block {
    position: static;
    display: block;
    text-align: center;
    margin-top: 8px;
    text-decoration: none;
}
@media (max-width: 768px) {
    .auth-main-container {
        width: 100%;
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .auth-image-container {
        display: none;
    }
    .auth-card {
        width: 100%;
    }
    .body-main-container {
        height: auto;
    }
}
 .checkbox-wrapper-33 {
    --s-xsmall: 0.625em;
    --s-small: 1.2em;
    --border-width: 1px;
    --c-primary: #2b29b8;
    --c-primary-20-percent-opacity: rgb(41 46 184 / 20%);
    --c-primary-10-percent-opacity: rgb(41 46 184 / 10%);
    --t-base: 0.4s;
    --t-fast: 0.2s;
    --e-in: ease-in;
    --e-out: cubic-bezier(.11,.29,.18,.98);
}
.checkbox-wrapper-33 .visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.checkbox-wrapper-33 .checkbox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.checkbox-wrapper-33 .checkbox + .checkbox {
    margin-top: var(--s-small);
}
.checkbox-wrapper-33 .checkbox__symbol {
    display: inline-block;
    display: flex;
    margin-right: calc(var(--s-small) * 0.7);
    border: var(--border-width) solid #d2d3d6;
    position: relative;
    border-radius: 0.1em;
    width: 1.5em;
    height: 1.5em;
    transition: box-shadow var(--t-base) var(--e-out), background-color var(--t-base);
    box-shadow: 0 0 0 0 var(--c-primary-10-percent-opacity);
}
.checkbox-wrapper-33 .checkbox__symbol:after {
    content: "";
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    width: 0.25em;
    height: 0.25em;
    background-color: var(--c-primary-20-percent-opacity);
    opacity: 0;
    border-radius: 3em;
    transform: scale(1);
    transform-origin: 50% 50%;
}
.checkbox-wrapper-33 .checkbox .icon-checkbox {
    width: 1em;
    height: 1em;
    margin: auto;
    fill: none;
    stroke-width: 3;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    color: var(--c-primary);
    display: inline-block;
}
.checkbox-wrapper-33 .checkbox .icon-checkbox path {
    transition: stroke-dashoffset var(--t-fast) var(--e-in);
    stroke-dasharray: 30px, 31px;
    stroke-dashoffset: 31px;
}
.checkbox-wrapper-33 .checkbox__textwrapper {
    margin: 0;
    color: #212529;
    font-weight: 400;
}
.checkbox-wrapper-33 .checkbox__trigger:checked + .checkbox__symbol:after {
    -webkit-animation: ripple-33 1.5s var(--e-out);
    animation: ripple-33 1.5s var(--e-out);
}
.checkbox-wrapper-33 .checkbox__trigger:checked + .checkbox__symbol .icon-checkbox path {
    transition: stroke-dashoffset var(--t-base) var(--e-out);
    stroke-dashoffset: 0px;
}
.checkbox-wrapper-33 .checkbox__trigger:focus + .checkbox__symbol {
    box-shadow: 0 0 0 0.25em var(--c-primary-20-percent-opacity);
}
@-webkit-keyframes ripple-33 {
    from {
        transform: scale(0);
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: scale(20);
    }
}
@keyframes ripple-33 {
    from {
        transform: scale(0);
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: scale(20);
    }
}