

/* Start:/local/components/utlab/registration/templates/.default/style.css?17694222363435*/
.custom-register {
    max-width: 500px;
}

.register-success {
    text-align: center;
    padding: 40px 20px;
}

.register-success h2 {
    color: #27ae60;
    margin-bottom: 20px;
}

.register-success p {
    margin-bottom: 15px;
    color: #555;
}

.register-errors {
    margin-bottom: 25px;
    padding: 15px;
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 8px;
}

.error-message {
    color: #721c24;
    margin-bottom: 8px;
    font-size: 14px;
}

.error-message:last-child {
    margin-bottom: 0;
}

.register-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.required {
    color: #e74c3c;
}

.password-wrapper {
    position: relative;
}

.auth-form__btn {
    width: 100%;
}

.password-toggle {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: #7f8c8d;
    font-size: 20px;
    padding: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    min-width: auto !important;
    background: none !important;
    transition: all 0.2s ease;
}

.password-toggle:active {
    transform: translateY(-50%) scale(0.95);
}

.error-field {
    color: #e74c3c;
    font-size: 13px;
    margin-top: 5px;
    min-height: 18px;
    display: none;
}

.login-preview {
    margin-top: 8px;
    font-size: 13px;
    color: #7f8c8d;
    font-style: italic;
    min-height: 18px;
}

.g-recaptcha {
    margin: 10px 0;
}

.honeypot-fields {
    position: absolute;
    left: -9999px;
    opacity: 0;
    height: 0;
    width: 0;
    pointer-events: none;
}

.success-icon {
    font-size: 32px;
    vertical-align: middle;
    margin-left: 10px;
}

.success-message {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.6;
}

.success-message p {
    margin-bottom: 15px;
    color: #333;
}

.success-message strong {
    color: #27ae60;
}

.redirect-timer {
    margin-top: 30px;
    padding: 20px;
    background: #f0f8ff;
    border-radius: 8px;
    border: 1px solid #3498db;
}

#redirectCountdown {
    font-size: 24px;
    font-weight: bold;
    color: #e74c3c;
    min-width: 30px;
    display: inline-block;
}

.progress-bar {
    width: 100%;
    height: 10px;
    background: #e0e0e0;
    border-radius: 5px;
    margin: 15px 0;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #27ae60, #2ecc71);
    width: 0%;
    transition: width 0.1s linear;
    border-radius: 5px;
}

.redirect-link {
    margin-top: 15px;
    font-size: 14px;
}

.redirect-link a {
    color: #3498db;
    text-decoration: none;
    font-weight: 500;
}

.redirect-link a:hover {
    text-decoration: underline;
}

.success-links {
    margin-top: 30px;
}

.success-links p {
    margin-bottom: 10px;
}

.success-links a {
    display: inline-block;
    padding: 10px 20px;
    background: #3498db;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    margin: 5px;
    transition: all 0.3s ease;
}

.success-links a:hover {
    background: #2980b9;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(41, 128, 185, 0.3);
}
/* End */
/* /local/components/utlab/registration/templates/.default/style.css?17694222363435 */
