.register-container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100vh;background:url(/_next/static/media/newsback.2630339f.jpg) 50%/100% 100% no-repeat fixed;font-family:Open Sans,sans-serif}.register-cardd{background-color:hsla(0,0%,100%,.75);border-radius:15px;box-shadow:#666;animation:fadeIn 1s ease-out;transition:background-color .2s ease-out}.register-cardd:hover{transform:scale(1.1);box-shadow:0 0 15px 5px rgba(0,0,0,.2);background-color:#fff}.register-title{margin-bottom:20px;font-size:30px;color:#333}.register-form{width:300px;padding:20px;border-radius:5px}.register-label{display:block;margin-bottom:5px;font-weight:700}.register-input{width:90%;padding:10px;border:1px solid #ccc;border-radius:3px;margin-bottom:10px}.register-button{background-color:#007bff;color:#fff;border:none;padding:10px 20px;border-radius:3px;cursor:pointer}.register-button:hover{background-color:#0069d9}.register-error{color:red;margin-top:10px;font-weight:700}h2{text-align:center}