        .header-bar {
            background-color: #004d40;
            color: #fff;
            padding: 10px 20px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .header-bar img {
            height: 97px;
        }

        .school-name {
            text-align: right;
            font-weight: bold;
        }

        .school-name small {
            display: block;
            font-weight: normal;
            font-size: 14px;
        }

        .section-title {
            background-color: #d6ebe7;
            font-weight: bold;
            padding: 5px 10px;
            margin-top: 30px;
        }

        .photo-box {
            border: 1px solid #aaa;
            height: 150px;
            width: 120px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 14px;
            margin: 5px auto;
        }

        .form-container {
            background-color: rgba(255, 255, 255, 0.95);
            padding: 20px;
            max-width: 960px;
            margin: auto;
             background-image: linear-gradient(rgb(255 255 255), rgb(255 255 255 / 97%)), url(../logos/logo.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        font-family: Arial, sans-serif;
        }

        .photo-column {
            text-align: center;
        }
        .btn-lg{
            background:#004d40;
            border:1px solid #004d40;
        }
         .btn-lg:hover{
             background:#d6ebe7;
             color:#000;
         }
    