.component-layout-auth-bg-img{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    height: 100vh;
}
.component-layout-auth-bg-blurs{
    background: linear-gradient(249.17deg, rgba(237, 77, 26, 0.5) 42.66%, rgba(196, 150, 255, 0.5) 67.12%, rgba(243, 115, 38, 0.5) 94.84%);
    mix-blend-mode: color;
    filter: blur(300px);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 2;
}
.component-layout-auth-bg-opacity{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #6551A2;
    mix-blend-mode: hue;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.component-layout-auth-container-form{
    background: #fff !important;
    z-index: 3;
    height: 100vh;
}
.component-form-control-auth{
    display: flex;
    padding: 12px 20px;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    border-radius: 30px;
    font-size: 14px;
    font-style: normal;
    font-weight: var(--theme-font-weight-medium);
    line-height: 24px;
    background: var(--theme-color-surface-1000) !important;
    color: var(--theme-color-surface-300) !important;
    border: 2px solid var(--theme-color-surface-900);
    transition: 0.2s;
}
.component-form-control-auth::placeholder{
    color: var(--theme-color-surface-600) !important;
}
.component-form-control-auth:active, .component-form-control-auth:focus{
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid var(--theme-color-default-primary) !important;
}
.component-button-submit-auth{
    height: 50px;
    border-radius: 30px;
    color: #fff;
    font-size: 12px;
    background-color: #574893;
    font-weight: 500 !important;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.component-button-submit-auth:active,.component-button-submit-auth:focus,.component-button-submit-auth:hover{
    color: #fff;
    background-color: #473a7c;
}
.component-button-submit-auth:disabled{
    color: #fff;
    background-color: #473a7c;
    opacity: 0.5;
}
