.confirmRegisterPage{min-height:100vh;width:100%;background:#fff;color:#000;display:flex;align-items:center;justify-content:center}.confirmRegisterPage .actionButton{appearance:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;border:1px solid #ccc!important;background-color:#f5f5f5!important;background-image:none!important;color:#333!important;padding:.75rem 1.25rem!important;border-radius:30px!important;cursor:pointer!important;font-size:1rem!important;transition:all .3s ease!important;flex:1 1!important;box-shadow:none!important}.confirmRegisterContent{width:100%;max-width:500px;padding:2rem;text-align:center}.logoContainer{margin-bottom:2rem}.logoCircle,.logoContainer{display:flex;justify-content:center}.logoCircle{width:96px;height:96px;border-radius:50%;background:#fff;border:3px solid #ccc;align-items:center}.logoText{color:#000;font-weight:600;font-size:1rem}.welcomeText{font-size:1.2rem;font-weight:500;line-height:1.6;color:#333;margin-bottom:3rem}.actions{display:flex;gap:1rem;justify-content:space-between}.actionButton{appearance:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;border:1px solid #ccc!important;background-color:#f5f5f5!important;background-image:none!important;color:#333!important;padding:.75rem 1.25rem!important;border-radius:30px!important;cursor:pointer!important;font-size:1rem!important;transition:all .3s ease!important;flex:1 1!important;box-shadow:none!important}.actionButton.active{background-color:#002060!important;color:#fff!important;border-color:#002060!important}.actionButton.primary{background:#002060;color:#fff;border-color:#002060}.actionButton:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.1)}