.p-auth{position:relative;min-height:100vh;padding:147px 0 50px}.p-auth__container{padding:0 23px;vertical-align:middle}.p-auth__bg{top:0;left:0;width:100%;height:100%;z-index:-1;position:absolute}.p-auth__bg :is(img,a){width:100%;height:100%}.p-auth__bg img{-o-object-fit:cover;object-fit:cover}.p-auth__logo{padding-top:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;position:absolute;top:0;left:0;width:100%}.p-auth__logo img{width:122px}.p-auth__item{background:linear-gradient(135deg,#f0f0f0,#fff);border-radius:7px;padding:24px 15px 15px;width:100%;max-width:470px;margin-left:auto;margin-right:auto}.p-auth__svg{-webkit-box-shadow:4px 4px 4px 0 rgba(0,0,0,.03);box-shadow:4px 4px 4px rgba(0,0,0,.03);width:70px;height:70px;margin-left:auto;margin-right:auto;margin-bottom:12px;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:7px}.p-auth__title,.p-auth__text{margin-left:auto;margin-right:auto;text-align:center}.p-auth__title{font-size:25px;font-weight:700;margin-bottom:6px}.p-auth__text{max-width:var(--p-auth-text-max-width, 234px);margin-bottom:25px}.p-auth__inputs{display:grid;row-gap:15px;margin-bottom:15px}.p-auth__lines-els{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:15px}.p-auth__lines-els._half .p-auth__lines-el:first-child{background:#ff3d00}.p-auth__lines-els._full .p-auth__lines-el{background:#51b256}.p-auth__lines-el{border-radius:4px;background:var(--color-light-gray);height:5px}.p-auth__lines-text{line-height:126%;font-weight:500;text-align:center;max-width:305px;margin:10px auto 0}.p-auth__input._error .p-auth__input-el input{background:#ffecec;border-color:#fd5050}.p-auth__input._disabled .p-auth__input-el input{background:var(--color-light-gray);pointer-events:none;color:var(--color-gray)}.p-auth__input-el{position:relative;width:100%}.p-auth__input-el input{width:100%;border:1px solid var(--color-light-gray);padding:16px 16px 16px 44px;font-weight:500;border-radius:7px;background-color:#fff;outline:none;font-size:14px}.p-auth__input-el input::-webkit-input-placeholder{color:var(--color-gray)}.p-auth__input-el input::-moz-placeholder{color:var(--color-gray)}.p-auth__input-el input:-ms-input-placeholder{color:var(--color-gray)}.p-auth__input-el input::-ms-input-placeholder{color:var(--color-gray)}.p-auth__input-el input::placeholder{color:var(--color-gray)}.p-auth__input-el input:focus{-webkit-box-shadow:none;box-shadow:none;outline:none;border-color:var(--color-light-gray)}.p-auth__input-el>svg{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:20px}.p-auth__input-el_1>svg{width:18px}.p-auth__input-el_2>svg{width:19px}.p-auth__input-password-show{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:20px;cursor:pointer}.p-auth__input-password-show svg{width:19px}.p-auth__input-password-show svg:nth-child(2){display:none}.p-auth__input--password-show .p-auth__input-password-show svg{display:none}.p-auth__input--password-show .p-auth__input-password-show svg:nth-child(2){display:block}.p-auth__checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:5px;-moz-column-gap:5px;column-gap:5px}.p-auth__checkbox-square{position:relative;width:22px;height:22px;border:1px solid var(--color-light-gray);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fff;border-radius:7px}.p-auth__checkbox-square:after{content:"";width:13px;height:13px;background-color:var(--color-yellow-golden);position:absolute;top:50%;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translate(-50%);left:50%;border-radius:4px;opacity:0}.p-auth__checkbox input{display:none}input:checked~.p-auth__checkbox-square:after{opacity:1}.p-auth__bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:19px}.p-auth__bottom .p-auth__checkbox{font-weight:500}.p-auth__forgot{font-weight:500;text-align:right}.p-auth__messages{margin-bottom:15px}.p-auth__messages ul{display:grid;gap:5px}.p-auth__messages li{font-weight:500;line-height:126%;text-align:center}.p-auth__messages li:before{content:"";width:10px;height:10px;display:inline-block;border-radius:100%;background:#fd5050;margin-right:5px}@media screen and (min-width:1536px){.p-auth{display:table;width:100%;padding:0}.p-auth__container{vertical-align:middle;display:table-cell}.p-auth__logo{padding:50px 50px 0;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.p-auth__logo img{width:211px}.p-auth__item{margin-top:50px;margin-bottom:50px;padding:35px 30px 30px;max-width:514px}.p-auth__svg{margin-bottom:20px}.p-auth__title{font-size:30px;margin-bottom:10px}.p-auth__text,.p-auth__bottom{margin-bottom:25px}.p-auth__input-el input{padding:20px 20px 20px 50px;font-size:16px}.p-auth__input-el>svg{width:24px}.p-auth__input-password-show svg{width:24px}.p-auth__bottom .p-auth__checkbox{row-gap:8px}.p-auth__lines-text{max-width:405px;font-size:14px;line-height:126%}.p-auth__checkbox-square{width:26px;height:26px}.p-auth__checkbox-square:after{width:16px;height:16px}}
