
.section-title {
    background-color: #13294b;
    color: white;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
  }
  .info-box {
    background-color: white;
    padding: 25px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    height: 100%;
  }
  .info-box i {
    font-size: 30px;
    color: #13294b;
    margin-bottom: 10px;
  }
  .form-box {
    background-color: #e6e6e6;
    padding: 25px;
    border-radius: 5px;
  }
  .form-control, .form-control:focus {
    box-shadow: none;
  }
  .captcha {
    background-color: white;
    padding: 10px 15px;
    font-family: monospace;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 4px;
  }
  .btn-primary {
    background-color: #13294b;
    border: none;
  }
  .btn-primary:hover {
    background-color: #0d1f37;
  }