:root{--primary-color:#0b1e5a;--primary-hover-color:#33478b}body,html{height:100%;margin:0;padding:0;display:flex;flex-direction:column}.page-wrapper{flex:1 0 auto;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;box-sizing:border-box;background-color:#eef3ff}.register-wrapper{display:flex;width:100%;max-width:1200px;margin-top:2rem;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 10px 40px rgba(0,0,0,.1)}.register-left,.register-right{flex:1;display:flex;align-items:center;justify-content:center}.register-card{width:100%;max-width:360px;padding:1.5rem}.register-title{font-weight:700;margin-bottom:1.5rem;text-align:center;color:var(--primary-color)}.form-control:focus{border-color:var(--primary-color);box-shadow:0 0 0 .2rem rgba(11,30,90,.25)}.btn-register{background-color:var(--primary-color);color:#fff}.btn-register:hover{background-color:var(--primary-hover-color)}.login-link{text-align:center;margin-top:1rem;font-size:.9rem}.login-link a{color:var(--primary-color);text-decoration:underline}.login-link a:hover{text-decoration:underline;color:var(--primary-hover-color)}.image-container{width:100%;height:100%}.image-container img{height:100%;object-fit: cover}@media (max-width:768px){.register-wrapper{flex-direction:column;height:auto;width:auto;justify-content:center;align-items:center}.register-right{display:none}.register-card{max-width:350px;width:100%;padding:1.5rem;box-shadow:0 10px 30px rgba(0,0,0,.1);border-radius:1rem}.register-title{font-size:25px!important}}@media (max-width:410px){.btn-toggle span{display:none}.btn-toggle i{display:inline-block!important}}.btn-toggle i{display:none}@media (max-width:375px){.register-title{font-size:20px!important}}@media (min-width:1200px){.register-title{font-size:31px!important}}.dropzone-area{border:2px dashed var(--primary-color);border-radius:10px;background-color:#f9f9f9;color:#555;cursor:pointer;transition:background-color .3s}.dropzone-area:hover{background-color:#eef3ff}.dropzone-area.dragover{background-color:#eef3ff}#previewContainer img{width:80px;height:80px;object-fit:cover;border:2px solid var(--primary-color);border-radius:8px;margin:5px}.preview-thumbnail-wrapper{position:relative;display:inline-block}.remove-image{position:absolute;top:2px;right:2px;color:#fff;background:rgba(255,0,0,.8);padding:0 6px;cursor:pointer;font-weight:700;border-radius:50%;font-size:12px}