.fixed {
    position: fixed;
}
.z-50 {
    z-index: 50;
}
.flex {
    display: flex;
}
.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
}
.bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.justify-between {
    justify-content: space-between;
}
.w-full {
    width: 100%;
}
.h-16 {
    height: 4rem;
}
.mx-0 {
    margin-left: 0px;
    margin-right: 0px;
}
.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}
img, video {
    max-width: 100%;
    height: auto;
}
.mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
}
.text-end {
    text-align: end;
}
.float-right {
    float: right;
}
.relative {
    position: relative;
}

.h-\[26px\] {
    height: 26px;
}
.w-\[50px\] {
    width: 50px;
}
.cursor-pointer {
    cursor: pointer;
}
.justify-between {
    justify-content: space-between;
}
.p-1 {
    padding: 0.25rem;
}
.text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgb(254 240 138 / 1);
}
.my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}
.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.leading-\[52px\] {
    line-height: 52px;
}
.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / 1) !important;
}
.leading-\[52px\] {
    line-height: 52px;
}
.inline-block {
    display: inline-block;
}
.w-\[100px\] {
    width: 100px;
}
.cursor-pointer {
    cursor: pointer;
}
.rounded-full {
    border-radius: 9999px;
}
.bg-\[\#FFB600\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 182 0 / 1);
}

.whitespace-nowrap {
    white-space: nowrap;
}
.m-2 {
    margin: 0.5rem;
}
.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.pb-2 {
    padding-bottom: 0.5rem;
}
.pt-2 {
    padding-top: 0.5rem;
}
.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}
.leading-normal {
    line-height: 1.5;
}
.shadow-\[0_4px_9px_-4px_\#3b71ca\] {
    --tw-shadow: 0 4px 9px -4px #3b71ca;
    --tw-shadow-colored: 0 4px 9px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.duration-150 {
    transition-duration: 150ms;
}
.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.right-1 {
    right: 0.25rem;
}
.inline {
    display: inline;
}
.bg-slate-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(241 245 249 / 1);
}
.pt-16 {
    padding-top: 4rem;
}
.h-max {
    height: max-content;
}
.min-h-\[60\%\] {
    min-height: 60%;
}
.justify-center {
    justify-content: center;
}
.bg-\[\#FFB600\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 182 0 / 1);
}

.entrance-page__header{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 61px;
    background: #202841;
    padding: 0 50px;
}
 .entrance-page__header .entrance-page__header_signup{
    outline: none;
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: -0.02em;
    vertical-align: middle;
    padding: 12px 23px;
    width: 180px;
    color: #FFFFFF;
    margin-left: 30px;
    background: #2F55D4;
    border-radius: 50px;
}

.entrance-page__header_signup:before {
    height: 15px;
    display: inline-block;
    vertical-align: text-bottom;
    padding-right: 5px;
    content: url('../images/login/plus-circle.svg');
}
.entrance-page {
    background-color: #FFBA34;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    position: relative;
    display: flex;
    justify-content: center;
    min-height: 60%;
}


.entrance-page__right_angle {
    position: absolute;
    width: 90px;
    height: 100%;
    background: linear-gradient(to bottom right, #fff 0%, #fff 52%, #FFBA34 53%, #FFBA34 100%);
    background-position: left top;
    border-top-right-radius: 25px;
    left: -40px;
    top: 0px;
}
.entrance-page__right.outlet   .entrance-page__right_angle{
    background: linear-gradient(to bottom right, #FFBA34 0%, #FFBA34 52%, #fff 53%, #fff 100%);
}

.entrance-page__right_angle::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: -21px;
    width: 29px;
    height: 29px;
    background: #FFBA34;
}
 .entrance-page__right.outlet   .entrance-page__right_angle::before {
    background: #FFF;
}

.entrance-page__right_angle::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: -22px;
    width: 30px;
    height: 30px;
    border-bottom-right-radius: 25px;
    background: #FFF;
}
.entrance-page__right.outlet   .entrance-page__right_angle::after {
    background: #FFBA34;
}
.wrapper_body{
    background: #FFF;
    padding: 60px 40px;
    border-radius: 20px;
    margin-top: 0px;
    opacity: 1;
}
.sign-in {
    margin-bottom: 12px;
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 44px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #081129;
}

.sign-in ~ h3 {
    margin-bottom: 24px;
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #767D80;
}

.login-form{
    max-width: 428px;
    min-width: 350px;
    margin: 0 auto;
}

.inputwrap{
        position: relative;
        font-family: "Plus Jakarta Sans";
        font-style: normal;
        font-weight: 500;
        font-size: 17px;
        line-height: 21px;
        letter-spacing: -0.02em;
        color: #081129;
        text-align: left;
    
}
.login-form   input, .login-form   button {
    width: 100%;
    height: 74px;
    outline: none;
}
.login-form   .entrance-page__form-input {
    font-family: "Plus Jakarta Sans";
    padding: 16px 70px 0px 50px;
    background-repeat: no-repeat;
    background-position: left center;
    border: 2px solid #E5EDF0;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    color: #081129;
}

 .login-form  .inputwrap   label {
    display: inline-block;
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    transition: top 0.2s, opacity 0.2s;
    pointer-events: none;
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.03em;
    color: #767D80;
}
.entrance-page__form-password{
    position: relative;
}

.login-form   .entrance-page__form-input {
    font-family: "Plus Jakarta Sans";
    padding: 16px 70px 0px 50px;
    background-repeat: no-repeat;
    background-position: left center;
    border: 2px solid #E5EDF0;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    color: #081129;
}
.login-form input::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}
.login-form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
    opacity:  1;
}
.login-form input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff;
    opacity:  1;
}
.login-form input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #fff;
}
.login-form   .entrance-page__form-input--email {
    border-radius: 14px 14px 0 0;
    background: url('../images/login/email.svg') left 18px center no-repeat #fff;
}
 .login-form   .entrance-page__form-input--password {
    border-radius: 0 0 14px 14px;
    background-image: url('../images/login/password.svg');
    background-position: left 20.4px center;
    padding-right: 70px;
    border-top: none;
}
.login-form   .inputwrap   input:focus    + label,
.login-form   .inputwrap   input:not(:placeholder-shown)    + label {
    display: inline-block;
    font-size: 13px;
    opacity: 0.5;
    top: 22px;
}

.login-form   .entrance-page__form-password   .show-password {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    background-image: url('show-pass-icon.svg');
    z-index: 2;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) scale(1);
    cursor: pointer;
    transition: transform 0.3s;
}

.row {
    height: 100%;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

 .login-form  .options {
    margin: 30px 0;
}
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.login-form  .options  .mt-checkbox-list {
    padding-top: 0;
}
.login-form   .options   .mt-checkbox-list  label {
    cursor: pointer;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.2px;
    margin-bottom: 0;
    display: block;
    position: relative;
    text-align: left;
}
.login-form  .options   .mt-checkbox-list   .mt-checkbox.mt-checkbox-outline {
    padding-left: 30px;
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: -0.02em;
    color: #081129;
}

.login-form   .options   .mt-checkbox-list   .mt-checkbox.mt-checkbox-outline   input    ~ span {
    border-radius: 4px;
    width: 20px;
    height: 20px;
    border: 1px solid #24C046;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
input.form-control {
    outline: 0;
    font-family: 'Helvetica Neue','Segoe UI',Helvetica,Verdana,sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #171c1d;
    border: 0;
    border-bottom: 1px solid #dfdfdf;
    border-radius: 0;
    padding: 12px 8px;
}
.login-form   .options   .mt-checkbox-list   .mt-checkbox.mt-checkbox-outline   input {
    display: none;
}
.login-form   .options   .forget-password {
    font-family: "Plus Jakarta Sans";
    transition: 0.2s;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    text-align: right;
    letter-spacing: -0.02em;
    color: #767D80;
}
 .login-form   .options   .mt-checkbox-list   .mt-checkbox.mt-checkbox-outline   input:checked    ~ span {
    border-color: #24C046;
    background-color: #24C046;
}
.login-form   .options   .mt-checkbox-list   .mt-checkbox.mt-checkbox-outline   input:checked    ~ span::after {
    border: 2px solid #fff;
    transform: rotate(-45deg);
    left: 3px;
    top: 3px;
    width: 10px;
    height: 8px;
    display: block;
    content: '';
    position: relative;
    border-right: 0;
    border-top: 0;
}

.login-form  button{
    width: 100%;
    height: 54px;
    background: #35BC70;
    border-radius: 50px;
    border: 0;
    cursor: pointer;
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.04em;
    color: #FFFFFF;
}

.login-form label.error{
    display: none !important;
}
.entrance-page::before,
.entrance-page::after {
    position: absolute;
    content: "";
    width: 50%;
    height: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}
 .entrance-page::before {
    right: 0;
    top: 0;
    background-position: right top;
}

.entrance-page__inner {
    width: 100%;
    display: grid;
    grid-template: 1fr / 1fr 1fr;
}

.entrance-page__footer {
    width: 100%;
    background: #202841;
    padding: 0 70px;
}

.entrance-page__footer_top{
    display: flex;
    justify-content: space-between;
    padding: clamp(30px, 6vw, 70px) 0;
}

.entrance-page__footer_bottom {
    height: 66px;
}

.entrance-page__powered {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
    height: clamp(30px, 3vw, 40px);
    margin-bottom: 6%;
}

.entrance-page__about{
    max-width: 18%;
}
.entrance-page__logo_bottom{
    margin-bottom: clamp(30px, 6vw, 70px);
}
.entrance-page__logo_bottom img{
    height:25px;
    width: 205px;
}
.entrance-page__social_bottom{
    white-space: nowrap;
}
.entrance-page__footer   h3 {
    padding-bottom: 20px;
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: -0.02em;
    color: #D9D9D9;
}

.entrance-page__footer_top    > div   span {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.53);
}
.entrance-page__footer_top   ul {
    padding-left: 15px;
}
.entrance-page__footer_top    > div   li,
.entrance-page__footer_top    > div   li   a {
    list-style-type: disc;
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 27px;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.53);
}

.entrance-page__left, 
.entrance-page__right {
    display: flex;
    z-index: 2;
    max-width: 100vw;
    background-position: 30px;
    background-image: url('../images/login/arrows-lr.34548ab6a08dc3b36741.svg');
    padding: clamp(10px, 3vw, 50px) clamp(10px, 5vw, 60px);
}

.entrance-page__left {
    display: flex;
    flex-direction: column;
    grid-gap: clamp(10px, 2vw, 30px);
    gap: clamp(10px, 2vw, 30px);
}

 .entrance-page__info{
    text-align: center;
    margin: auto;
}
.entrance-page__info   img {
    margin-top: 20px;
}
.entrance-page__info   h1 {
    padding: 18px;
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 23px;
    line-height: 35px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}
.entrance-page__info   h2 {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}
.entrance-page__info  a {
    min-width: 251px;
    margin-top: 12px;
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    background: #202841;
    border-radius: 50px;
    color: #FFFFFF;
    height: 54px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    padding: 12px;
    margin-bottom: 20px;
    white-space: nowrap;
}
 img {
    max-width: 100%;
    border: none;
    border-style: none;
    display: inline-block;
    height: auto;
}
 .entrance-page__right {
    position: relative;
    flex-direction: column;
    align-items: center;
}
 .entrance-page__right.outlet {
    background: #FFF;
}

.entrance-page__upgrade_button{
    width: 185px;
    height: 39px;
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: -0.02em;
    color: #081129;
    background: #FFB600;
    border-radius: 50px;
    display: block;
    padding: 12px 19px;
    text-align: center;
}
.entrance-page__upgrade_button:before {
    height: 15px;
    display: inline-block;
    content: url("../images/login/upgrade-button-icon.svg");
    vertical-align: text-bottom;
    padding-right: 5px;
}

.entrance-page__footer_bottom   hr {
    background: rgba(217, 217, 217, 0.21);
    margin-bottom: 10px;
}
.entrance_page_footer_inner  {
    display: flex;
    justify-content: space-between;
}
.entrance-page__footer_bottom_copyright {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 40px;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.53);
}
.entrance-page__footer_bottom_cards {
    display: inline-block;
}
 .entrance-page__footer_bottom   hr {
    background: rgba(217, 217, 217, 0.21);
    margin-bottom: 10px;
    box-sizing: content-box;
    height: 0;
    margin-top: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}
span{
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.53);
}

.grid {
    display: grid;
}
.grid-cols-\[theme\(spacing\.two-columns\)\] {
    grid-template-columns: 1fr 1fr;
}
.grid-rows-\[1fr\] {
    grid-template-rows: 1fr;
}
.max-w-\[100vw\] {
    max-width: 100vw;
}
.flex-col {
    flex-direction: column;
}
.gap-\[clamp\(theme\(spacing\.gap-Clamp\)\)\] {
    gap: clamp(10px, 2vw, 30px);
}
.bg-\[theme\(backgroundImage\.arrows\)\] {
    background-color: url(http://localhost:3000/static/media/arrows-bg.34548ab6a08dc3b36741.svg);
}
.px-\[clamp\(theme\(spacing\.leftPadding2\)\)\] {
    padding-left: clamp(10px, 5vw, 60px);
    padding-right: clamp(10px, 5vw, 60px);
}
.py-\[clamp\(theme\(spacing\.leftPaddingTop\)\)\] {
    padding-top: clamp(10px, 3vw, 50px);
    padding-bottom: clamp(10px, 3vw, 50px);
}
.items-center {
    align-items: center;
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / 1);
}

.m-auto {
    margin: auto;
}
.text-center {
    text-align: center;
}
img, video {
    max-width: 100%;
    height: auto;
}

.entrance-page__left.outlet {
    background: #FFF;
}

.entrance-page__info   a[_ngcontent-rki-c371] {
    min-width: 251px;
    margin-top: 12px;
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    background: #202841;
    border-radius: 50px;
    color: #FFFFFF;
    height: 54px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    padding: 12px;
    margin-bottom: 20px;
    white-space: nowrap;
}

.form {
    background-color: #fff;
    border-radius: 30px;
    padding: 95px 40px 25px 40px;
    max-width: 606px;
    color: #081129;
    width: 100%;
}

.form--register {
    margin: auto;
    padding: 20px 40px 10px;
}
 .form__title {
    font-weight: 600;
    font-size: clamp(30px, 2vw, 35px);
    line-height: clamp(38px, 4vw, 44px);
    text-align: center;
    margin-bottom: 12px;
    padding: 30px 0 0;
}
.form__text {
    max-width: 430px;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #767d80;
    margin: 0 auto clamp(25px, 2vw, 30px);
}
.form--register form {
    margin-bottom: 25px;
}

.form__submit{
    background: #00bf68;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    padding: 17px 20px;
    box-shadow: 0 0 5px 1px transparent;
    transition: box-shadow 0.3s;
    margin-top: 30px;
}

@media (min-width: 768px){
.md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
}
}