@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Montserrat,serif;color:#fff}body{min-height:100vh;width:100vw;background-image:linear-gradient(0deg,#0b192d,#09172a 8%,#08172b 17%,#061528,#041225 33%,#031226 42%,#010f23,#000e24 58%,#000a1f 67%,#00081f,#00061f 83%,#00031f 92%,#000)}body{overflow-x:hidden}.container{display:flex;align-items:center;padding-top:100px;flex-direction:column}h1{color:#fff;font-size:1.8rem;text-align:center}form{display:flex;flex-direction:column;gap:30px;padding:30px;border-radius:10px;background:#0003;border:1px solid #fff;max-width:50%;width:400px;margin-bottom:20px}form button{border-radius:30px;background-color:#16c47f;height:40px;border:none;font-weight:700;cursor:pointer;transition:all .2s;font-size:1rem}form button:hover{opacity:.8}form input{border:1px solid #1D1616;border-radius:30px;height:40px;background-color:#1d1616;color:#fff;font-size:1rem;padding-left:10px;outline:none}.card{display:flex;justify-content:space-between;background-color:#1d1616;margin:10px;padding:10px;width:400px;border-radius:10px}.card p{color:#fff;font-weight:700}.card p span{font-weight:400}.card button{background-color:transparent;border:none;cursor:pointer}.card button img{width:30px;height:30px}.card button:hover{opacity:.5}@media screen and (max-width: 500px){form{max-width:100%;width:90%}.card{width:90%}}
