.signup{display:flex;padding-top:200px;padding-bottom:120px;gap:60px;background:#eee8ff;justify-content:space-between}.signup>div>h4{color:#000;font-size:2rem;line-height:2rem;font-weight:700;margin-bottom:15px}.signup>div>form>p{font-size:18px;margin-bottom:36px}.signup>div>form>p>a{color:#5c2bfd;text-decoration:underline;cursor:pointer}.signup>.card{width:80%}.row{flex-direction:row;gap:22px}.row>.input{width:50%}@media screen and (max-width:700px){.signup>.card{width:100%}.row{flex-direction:column;gap:0}.row>.input{width:100%}}