.login-register{background-color:#fff;color:#080618}.login-register .general-error{color:red;text-align:center;margin-top:1rem;margin-bottom:1rem;font-size:1.5rem;z-index:1}.login-register__sections{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;margin:2rem auto 4rem;padding:1.2rem 6.3rem;max-width:137rem}@media(max-width:768px){.login-register__sections{margin-top:0;padding:40px 22px 20px;display:flex;flex-direction:column}}@media screen and (min-width:769px)and (max-width:991px){.login-register__sections{display:flex;flex-direction:column;max-width:74rem}}.login-register__sections .section{background-color:#f7f7f8;display:flex;flex-direction:column;align-items:center;text-align:center;padding:3rem 1.5rem;min-height:41rem;border-radius:.71rem;overflow:hidden}@media(max-width:768px){.login-register__sections .section{min-height:auto}}.login-register__sections .section--1{background-image:url(/section1_bg.png);background-repeat:no-repeat;background-blend-mode:darken;background-size:contain;background-position:100% 100%}@media(max-width:768px){.login-register__sections .section--1{background-image:none}}.login-register__sections .section--2{background-image:url(/section2_bg.png);background-repeat:no-repeat;background-blend-mode:darken;background-size:contain;background-position:0 100%}@media(max-width:768px){.login-register__sections .section--2{background-image:none}}.login-register__sections .section form{display:flex;flex-direction:column;align-items:center;width:100%}.login-register__sections .section__title{font-size:3.21rem;line-height:3.8rem;margin-top:1rem;margin-bottom:3rem}.login-register__sections .section__subtitle{font-size:2.14rem;font-weight:600;margin-bottom:1rem}.login-register__sections .section label{width:100%;position:relative;margin-bottom:2rem}.login-register__sections .section__input{font-size:1.1rem;border:1px solid #e4e4e4;border-radius:.71rem;height:4.18rem;width:100%;padding:.5rem 1.3rem;outline:none;max-width:30rem}.login-register__sections .section__input:first-child{margin-top:.9rem}@media(max-width:768px){.login-register__sections .section__input{font-size:16px}}.login-register__sections .section__input[data-has-error=true]{border-color:red}.login-register__sections .section__error{color:red;position:absolute;left:0;top:100%;width:100%;text-align:center}.login-register__sections .section__btn{min-width:17.9rem;height:4rem;display:flex;align-items:center;justify-content:center;font-size:1.57rem;font-weight:500;color:#fff;border-radius:.71rem;border:none;outline:none;cursor:pointer;line-height:1;margin-top:2rem;padding:.5rem 2rem}.login-register__sections .section__btn--red{background:linear-gradient(180deg,#D10000,#690000);transition:all .2s ease}.login-register__sections .section__btn--red:hover{filter:brightness(1.4)}.login-register__sections .section__list{list-style-type:none;padding-left:1.5rem;margin:1rem 0;text-align:left}.login-register__sections .section__list li{position:relative;font-size:1.78rem;line-height:3rem}@media(max-width:768px){.login-register__sections .section__list li{font-size:18px;line-height:26px}}.login-register__sections .section__list li:before{content:"";position:absolute;left:-1.5rem;top:45%;transform:translateY(-50%);width:.5rem;height:.5rem;border:1px solid var(--text-accent);background-color:#fff;border-radius:50%}.login-register__sections .section__row{display:flex;gap:2.85rem;width:94%;justify-content:space-evenly;flex-direction:column;align-items:center}.login-register__sections .section__row-item:first-child{position:relative;padding-bottom:2.85rem}.login-register__sections .section__row-item:first-child:after{content:"";position:absolute;width:17.9rem;height:1px;background-color:#e4e4e4;left:50%;top:100%;transform:translateX(-50%)}.login-register .login{background-color:#fff;padding:1.2rem 6.3rem 5rem;display:flex;flex-direction:column;align-items:center;position:relative}@media(max-width:768px){.login-register .login{padding:40px 22px}}.login-register .login .breadcrumbs{color:#818182;text-align:center;margin-top:-.5rem;margin-bottom:1.7rem;font-size:1.14rem;z-index:1}.login-register .login__graphic{position:absolute;left:-9%;bottom:0;width:55%;height:auto;max-height:100%;-o-object-fit:contain;object-fit:contain}.login-register .login .subpage-header{font-size:3.21rem;font-weight:400;color:#030305;text-align:center;z-index:1}.login-register .login__title{font-size:2.14rem;font-weight:600;color:#080618;z-index:1}.login-register .login-form{width:30rem;display:flex;flex-direction:column;align-items:center;margin-bottom:2.6rem;z-index:1}.login-register .login-form label{width:100%;position:relative;margin-top:2.2rem}.login-register .login-form__forgot-password{color:#818182;margin-top:.6rem}.login-register .login__btn{min-width:17.9rem;height:4rem;display:flex;align-items:center;justify-content:center;font-size:1.57rem;font-weight:500;color:#fff;border-radius:.71rem;border:none;outline:none;cursor:pointer;line-height:1;padding:.5rem 2rem;z-index:1}.login-register .login__btn--blue{background:linear-gradient(180deg,#306DED,#0533AA);transition:all .2s ease}.login-register .login__btn--blue:hover{filter:brightness(1.4)}.login-register .login .button-as-link{z-index:1}