.form-container {
    max-width: 600px;
    margin: 50px auto;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.form-container .form-label {
    font-weight: 600;
}

.form-title {
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    color: #343a40;
}

.s_highlight {
    color: #a50303;
    text-shadow: 1px 1px 2px #de1111;
    font-weight: 400;
}