body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #f5f5f5;
    margin: 0;
    padding: 0;
  }
  
  .container {
    max-width: 600px;
    margin: 50px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px  #012e73;
  }
  
  h1 {
    text-align: center;
  }
  h1{
    color: #012e73;
    } 
    h3{
      color: #012e73;
      } 
  
  label {
    display: block;
    margin-top: 15px;
    font-weight: bold;
  }
  
  input[type="text"],
  input[type="email"],
  textarea,
  select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  
  input[type="file"] {
    margin-top: 5px;
  }
  
  .button-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
  }
  
  input[type="submit"],
  button {
    padding: 10px 20px;
    background-color: #012e73;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  input[type="submit"]:hover,
  button:hover {
    background-color: #012e73;
  }
  
  #statusMessage {
    margin-top: 20px;
    text-align: center;
    color: #012e73;
    font-weight: bold;
  }
  .logo {
    text-align: center;
    margin-bottom: 20px;
}

.logo img {
    width: 60px;
}

.logo-text {
    color: #012e73;
    font-weight: bold;
    font-size: 24px;
    margin-top: 10px;
    font-family: Arial, sans-serif;
}
