body {
    background-color: #f1f3f8;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
p{
    text-align: justify;
}
.form-container {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
    padding: 50px 40px;
    max-width: 800px;
    margin: auto;
}
.form-title {
    margin-bottom: 35px;
    font-weight: 600;
    font-size: 1.8rem;
    text-align: center;
}
.form-label {
    font-weight: 500;
}
.form-check-label, .form-text, .form-control, .form-select {
    font-size: 0.95rem;
}
.form-text{
    color: #ccc;
}
.mb-5 {
    margin-bottom: 1.8rem !important;
}
button.btn {
    padding: 10px 25px;
    font-size: 1rem;
}
.logo-container {
    text-align: center;
    margin-bottom: 20px;
}
.logo-container img {
    max-width: 180px;
    height: auto;
}