@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,700;0,800;1,400;1,700;1,800&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap";.container{max-width:928px;display:flex;justify-content:space-between;background-color:#fff;border-radius:2rem;padding:2rem}.content{flex-basis:50%;flex-grow:0;padding:3rem 2rem}.content_list{display:grid;grid-template-columns:10% 90%;padding-left:.5rem;justify-content:center;align-items:center;gap:.5rem;margin:2rem 0}.check{font-size:1.5rem;color:#ff6257}.item{font-size:1rem}.form{display:flex;flex-direction:column}.form_label{font-size:.85rem;font-weight:700;margin:.5rem 0}.form_input,.form_submit{font-family:inherit;padding:15px 30px;outline:none;border-radius:10px;border:none}.form_input{border:1px solid #9294a0;margin-bottom:1rem}@media screen and (max-width: 775px){.container{width:100%;height:100vh;display:flex;flex-direction:column-reverse}}@media screen and (max-width: 775px){.content_title{font-size:2.5rem}}.container_msg{max-width:500px;display:flex;flex-direction:column;background-color:#fff;border-radius:2rem;padding:3.5rem}.content_title{font-size:3.5rem;margin:2rem 0 1rem}.content_subtitle{font-size:1rem;font-weight:400;margin:2rem 0}.check_msg{font-size:4rem;color:#ff6257}.form_submit{font-family:inherit;padding:15px 30px;outline:none;border-radius:10px;border:none}.form_submit{background-color:var(--color-bg);color:#fff;transition:all .5s ease}.form_submit:hover{transform:scale(1.05);background-color:#ff6257}.email{font-weight:700}@media screen and (max-width: 775px){.container_msg{height:100vh;justify-content:center;left:auto;right:auto}.content_subtitle_msg{font-size:1.5rem}.check_msg{font-size:7rem}.form_submit_msg{font-size:1.2rem;padding:25px 40px;margin-top:25em}}:root{--color-bg: #242742}*{box-sizing:border-box}html,body{height:100%}body{display:flex;justify-content:center;align-items:center;background-color:var(--color-bg);font-family:Roboto,sans-serif;color:var(--color-bg)}li{list-style:none}
