:root{--white: #e9e9e9;--gray: #9b9494;--blue: #0367a6;--lightblue: #008997;--button-radius: .7rem;--max-width: 758px;--max-height: 420px;font-size:16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;height:100%}.container{display:flex;height:100vh;width:100%}.div-left{width:50%;background-color:var(--gray);background-image:url(/assets/awsbedrock.drawio-BFIR8xss.png);background-position:center;background-repeat:no-repeat}.form-div{background-color:var(--white);width:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%}.btn{background-color:var(--blue);background-image:linear-gradient(90deg,var(--blue) 0%,var(--lightblue) 74%);border-radius:20px;border:1px solid var(--blue);color:var(--white);cursor:pointer;font-size:.8rem;font-weight:700;letter-spacing:.1rem;padding:.9rem 4rem;text-transform:uppercase;transition:transform 80ms ease-in}.form>.btn{margin-top:1.5rem}.btn:active{transform:scale(.95)}.btn:focus{outline:none}.form{display:flex;align-items:center;flex-direction:column;padding:0 3rem;width:100%;text-align:center}.input{background-color:#fff;border:none;padding:.9rem;margin:.5rem 0;width:100%}@media screen and (max-width: 768px){.container{flex-direction:column;height:auto}.div-left{display:none}.form-div{width:100%;height:auto;padding:2rem 1rem}}
