main{display:flex;justify-content:center}main .card{background-color:#fff;border-radius:30px 30px 30px 30px;box-shadow:0 2px 18px 0 #cec8e3;margin:10px;max-width:100vw;min-height:250px;min-width:350px;padding:30px;width:550px}@media screen and (max-width:991.98px){main .card{padding:10px}}main .step{max-width:100vw}main .step .header{align-items:center;display:flex;flex-direction:column;justify-content:center}main .step .header img{width:100px}main .step .fields{display:flex;flex-direction:column;gap:10px}main .step .controls{display:flex;flex-direction:column;justify-content:center}main .step input,main .step select{border-radius:4px;outline:none}main .step input[type=email],main .step input[type=password]{border:1px solid #ccc;display:block;font:inherit;margin:0;overflow:visible;padding:8px;width:100%}main .step input[type=email]:focus,main .step input[type=password]:focus{outline-color:#ff23a3}