﻿/* Astronomical Theme */
body {
    background: url('/images/space-background.jpg') no-repeat center center fixed;
    background-size: cover;
    color: #f8f9fa;
}

.register-container {
    margin-top: 50px;
    background: rgba(0, 0, 0, 0.7);
    padding: 30px;
    border-radius: 8px;
}

label {
    color: #f8f9fa;
}