/* body {
    font-family: Arial, sans-serif;
    background-color: #b3b3b3;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 100vh;
  } */
body {
    font-family: Arial, sans-serif;
    background: rgb(0,212,255);
background: linear-gradient(90deg, rgba(0,212,255,1) 0%, rgba(104,195,196,1) 32%, rgba(255,255,255,1) 100%);
    margin: 0;
    padding: 0;
    /* display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 100vh; */
  }

  .hero {
    width: 100%;
    max-width: 800px;
  }
.hero_banner_height{
    height: 100vh;
}
  .body_bg{
    padding: 10px 0;
    background-image: url(/images/hero-bg.jpg);
    width: 100%;
    min-height: 740px;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.left_img_sec {
    display: inline-grid;
    justify-content: center;
    align-content: center;
  }

  .form-container {
    background-color: #808080;
    padding: 20px;
    border-radius: 8px;
    width: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  }

  .form-container label {
    font-size: 14px;
    display: block;
    margin-bottom: 8px;
    color: black;
  }

  .form-container input[type="text"],
  .form-container input[type="email"],
  .form-container input[type="file"],
  .form-container select {
    width: 100%;
    padding: 8px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }

  .form-container button {
    width: 100%;
    padding: 10px;
    background-color: #ffd700;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
  }

  .form-container button:hover {
    background-color: #e6c200;
  }


  .photo-fram{
    background: #fff;
    height: 224px;
}