.head-img{
    width: 100%;
    height: 60vh;
    margin-top: -240px;
}
.H-1{
    font-family: 11px;
    font-family: 'Poppins', sans-serif;
    padding-top: 30px;
    padding-bottom: 15px;
}
.H-1 a{
    text-decoration: none;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    color: #000;
    margin-left: 10%;
    padding-top: 30px;
    padding-bottom: 15px;
}
.h-t{
    font-size: 32px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    margin-top: 30px;
}
.h-t span{
    color: #01036b;
}
.h-t-2{
    font-size: 23px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    padding: 10px 0px;
    text-align: center;
}
.form-wrapper {
    font-family: Arial, sans-serif;
    background-color: #f8f8f8;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin-bottom: -50px;
}
.form-container {
    background: rgba(255, 255, 255, 0.575);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 60%;
    margin-top: -50px;
}
.form-group {
    display: flex;
    justify-content: space-between;
}
.form-group div {
    width: 48%;
}
label {
    font-weight: bold;
    display: block;
    margin-top: 10px;
}
input, select {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
input[type="file"] {
    border: none;
}
button {
    background-color: #28a745;
    color: white;
    padding: 10px;
    border: none;
    margin-top: 15px;
    cursor: pointer;
    width: 100%;
}
button:hover {
    background-color: #218838;
}