﻿@charset "UTF-8";


body {
    background-color: #f8f8f8;
    font-family: sans-serif;
}

.form-container {
    max-width: 600px;
    margin: 0 auto;
}

.form-title {
    border-left: 5px solid #ffc107;
    padding-left: 10px;
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 20px;
}

.note {
    color: red;
    font-size: 0.9rem;
    margin-bottom: 20px;
}

.form-group small {
    color: #888;
}

.btn-yellow {
    background-color: #ffc107;
    border: none;
    color: #000;
    font-weight: bold;
    border-radius: 30px;
    padding: 10px 30px;
}

.terms-link {
    color: #00a0a0;
    font-weight: bold;
    text-decoration: underline;
}

.required-mark {
    color: red;
    margin-left: 3px;
}