.register-form-container{width:100%;display:flex;justify-content:center;margin-top:20px}.register-form-card{background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;overflow:hidden;width:100%;max-width:900px;display:flex;flex-wrap:wrap;box-sizing:border-box}.register-form-image-section{flex:1 1 350px;background-color:#f8f9fa;display:flex;align-items:center;justify-content:center;overflow:hidden;min-height:200px}.register-form-image{width:100%;height:100%;object-fit:cover;display:block}.register-form-content{flex:1 1 350px;padding:40px;display:flex;flex-direction:column;justify-content:center;box-sizing:border-box}.register-form-title{font-size:28px;margin-bottom:10px;color:#333;margin-top:0}.register-form-description{color:#666;margin-bottom:30px;font-size:16px;margin-top:0}.form-group{margin-bottom:20px}.form-label{display:block;margin-bottom:8px;color:#333;font-weight:500}.form-input{width:100%;padding:12px 16px;border:1px solid #ddd;border-radius:8px;font-size:16px;box-sizing:border-box;transition:border-color .3s}.form-input:focus{border-color:#ff4d6d;outline:none;box-shadow:0 0 0 3px #ff4d6d1a}.submit-btn{width:100%;padding:14px;background-color:#ff4d6d;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .3s;display:flex;justify-content:center;align-items:center}.submit-btn:hover:not(:disabled){background-color:#ff758f}.submit-btn:disabled{background-color:#ccc;cursor:not-allowed}.shop-btn{width:100%;padding:14px;background-color:#ff4d6d;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .3s;display:flex;justify-content:center;align-items:center;margin-top:20px}.shop-btn:hover{background-color:#333}.loading-spinner{border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top:3px solid white;width:20px;height:20px;animation:spin 1s linear infinite;margin-left:10px;display:none}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.success-message{display:none;flex-direction:column;align-items:start;justify-content:center;height:100%;line-height:20px}.success-icon{width:60px;height:60px;background-color:#e6f7ef;color:#28a745;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:30px;margin-bottom:20px}.success-title{margin:0;color:#333}.success-text{color:#666;margin-top:10px}@media(max-width:768px){.register-form-card{border-radius:0}.register-form-container{margin-top:0}}
/*# sourceMappingURL=/cdn/shop/t/650/assets/register-form.css.map */
