.register{padding-top:70px;margin-bottom:100px}.register .row{max-width:50%;margin:0 auto;display:flex;flex-direction:column;align-items:end}.register h2{margin:0 auto}.register form{display:grid;gap:20px;grid-template-columns:1fr;margin-bottom:8px;width:100%;margin-top:32px}.register .form-control{display:grid;gap:8px;grid-template-columns:1fr}.register .form-control .input{position:relative}.register .form-control .input img{position:absolute;top:50%;right:30px;transform:translateY(-50%);cursor:pointer}.register .form-control .input input{width:100%}.register input,.register textarea{padding:16px 24px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;box-shadow:0 10px 30px rgba(0,0,0,.07)}.register input:focus,.register textarea:focus{outline:none}.register button{width:100%}@media (max-width:1280px){.register .row{max-width:60%}}@media (max-width:1024px){.register .row{max-width:75%}}@media (max-width:768px){.register .row{max-width:85%}}@media (max-width:640px){.register .row{max-width:100%}}