.register{height:100dvh;display:flex;align-items:center;justify-content:center}.register .card{height:70%;width:70%;display:flex;flex-direction:row-reverse;background-color:#fff;border-radius:10px;min-height:600px;overflow:hidden}.register .card .left{flex:1 1;background:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(https://images.pexels.com/photos/1762578/pexels-photo-1762578.jpeg?auto=compress&cs=tinysrgb&w=600) 50%;background-size:cover;padding:50px;display:flex;flex-direction:column;gap:30px;color:#fff}.register .card .left h1{line-height:80px;font-size:8rem}.register .card .left span{font-size:14px}.register .card .left button{width:50%;padding:10px;border:none;background-color:#fff;color:#e82561;font-weight:700;cursor:pointer}.register .card .right{flex:1 1;padding:50px;display:flex;flex-direction:column;gap:50px;justify-content:center}.register .card .right h1{color:#555;color:#010409}.register .card .right form{display:flex;flex-direction:column;gap:30px}.register .card .right form input{border:none;border-bottom:1px solid #d3d3d3;padding:20px 10px;color:#010409}.register .card .right form .error{color:red}.register .card .right form button{width:50%;padding:10px;border:none;background-color:#e82561;color:#fff;font-weight:700;cursor:pointer}