.register-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#201f1f;padding:20px}.register-box{background-color:#60655D;box-shadow:0 4px 12px rgba(0,0,0,.1);border-radius:16px;padding:40px;width:100%;max-width:420px}.register-title{text-align:center;font-size:1.8rem;font-weight:500;color:#ffffff;margin-bottom:24px}.register-form{display:flex;flex-direction:column;gap:16px}.register-form input{padding:12px;border:1px solid #ccc;border-radius:8px;font-size:1rem;outline:none;transition:border-color .2s ease}.register-form input:focus{border-color:#3a8d5e}.register-form button{background-color:#9C9078;color:white;font-size:1rem;font-weight:600;padding:12px;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s ease}.register-form button:hover{background-color:#2f744d}.error-message{color:#e63946;text-align:center;margin-top:16px;font-weight:500}@media (max-width:480px){.register-box{padding:24px;border-radius:12px}.register-title{font-size:1.5rem}.register-form button,.register-form input{font-size:.95rem}}