@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");.container{width:100vw;height:100vh;background-color:#fff;justify-content:center;overflow:hidden}.container,.content{display:flex;align-items:center}.content{gap:10vw}.left{display:flex;height:70vh;flex-direction:column;align-items:flex-start;border-radius:10px;padding:25px 35px;background:#fff;border:.5px solid #878787;box-shadow:0 4px 64px 0 rgba(0,0,0,.05);img{width:280px;margin-left:-60px;margin-top:-40px;margin-bottom:-20px}h1{color:#eb660f;font-family:Roboto;font-size:31px;font-style:normal;font-weight:500;line-height:normal}p{margin-top:5px}label,p{color:#272828;font-size:16px;font-style:normal;font-weight:400;line-height:normal;font-family:Roboto}label{margin:48px 0 9px}input{width:423px;height:59px;border-radius:6px;border:.6px solid #282828;background:#fff;padding:0 24px;color:#000;font-family:Roboto;font-size:14px;font-style:normal;font-weight:300;line-height:normal;outline:none}input::placeholder{color:#ababab;font-family:Roboto;font-size:14px;font-style:normal;font-weight:300;line-height:normal}.description{color:#76777b;font-family:Roboto;font-size:12px;font-style:normal;font-weight:400;line-height:16px;flex:1 1}.error{color:red}button{display:flex;align-items:center;justify-content:center;width:100%;height:57px;border-radius:6px;background:#eb660f;border:none;color:#fff;font-family:Roboto;font-size:16px;font-style:normal;font-weight:700;line-height:normal;cursor:pointer;&:hover{opacity:.7}div{height:20px}}button:disabled{border:1px solid #f2f4f7;background:#f2f4f7;color:#6c778b;&:hover{opacity:1}}.text{color:#76777b;font-family:Roboto;font-size:12px;font-style:normal;font-weight:400;line-height:16px;span a{color:#76777b;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}}.container-info{margin-top:48px;flex:1 1;p{color:#272828;font-family:Roboto;font-style:normal}p:first-child{color:#272828;font-size:12px;font-weight:400}p:nth-child(2){font-size:14px;font-weight:700;margin:30px 0;color:#000}p:nth-child(3){font-size:16px;color:#272828;font-weight:400}}.has-back{margin-top:30px;color:#eb660f;text-align:center;font-family:Roboto;font-size:12px;font-style:normal;font-weight:400;line-height:16px;align-self:center}@media (max-width:768px){width:calc(100vw - 140px);input{width:calc(100vw - 180px);height:50px}button{width:calc(100vw - 130px);height:50px}}}.hidden{@media (max-width:768px){display:none}}.right{height:70vh;h1{margin-top:-20px;margin-bottom:20px;color:#ec7100;text-align:center;font-family:Roboto;font-size:35px;font-style:normal;font-weight:700;line-height:normal}img{width:400px;height:400px;object-fit:contain}@media (max-width:768px){display:none}}