.register-container {
    min-height: 60vh;
}

.register-card {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
}

.register-title {
    font-size: 2rem;
}
.register-subtitle {
    font-size: 1.2rem;
}


.register-container .button {
    padding: 5px 10px;
}

.register-btn {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    border: none !important;
    padding: 8px;
    border-radius: 8px;
}

.register-btn:hover {
    transform: translateY(-2px);
}


.social-btn {
    transition: all 0.3s ease;
    font-size: .8rem;
}

.social-btn:hover {
    transform: translateY(-2px);
}

.google-btn {
    background: #db4437 !important;
    border-color: #db4437 !important;
}

.facebook-btn {
    background: #3b5998 !important;
    border-color: #3b5998 !important;
}

.line-btn {
    background: #00c300 !important;
    border-color: #00c300 !important;
}

.username-check,
.password-strength,
.password-match-feedback {
    font-size: 0.8rem;
    margin-top: 5px;
    text-align: left;
}

.username-check * {
    font-size: 0.75rem;
}

.btn-show-pwd {
    font-size: .75rem;
    display: flex;
    gap: 8px;
}

.registerForm .label {
    font-size: .8rem;
}

.uk-form-label {
    text-align: left;
    color: #555;
    font-size: .75rem;
}


form .uk-input, 
form .uk-select, 
form .uk-textarea {
    height: 46px !important;
    line-height: 46px;
    font-size: .8rem;
}

form .uk-inline .uk-form-icon {
    margin-top: 12px!important;
}
