* {
    font-family: Raleway;
  }
  
  html {
    background-color: #dfdfdf;
  }
  * {
    box-sizing: border-box;
  }
  
  body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    background-image: url(/images/KYD/phone2.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
  }
  .stick {
    background-color: white;
    position: sticky;
    top: 100%;
  }
  /* .container{
      height: 500px !important;
  } */
  .navbar {
    display: flex;
    position: relative;
     justify-content: space-between; 
    align-items: center;
    background-color: white;
    color: black;
  }
  
  .brand-title {
    font-size: 1.5rem;
    margin: 0.5rem;
  }
  
  .navbar-links {
    height: 100%;
  }
  
  .navbar-links ul {
    display: flex;
    margin: 0;
    padding: 0;
  }
  
  .navbar-links li {
    list-style: none;
  }
  
  .navbar-links li a {
    display: block;
    text-decoration: none;
    color: black;
    padding: 1rem;
  }
  
  .navbar-links li:hover {
    background-color: black;
  }
  .navbar-links li a:hover {
    color: white;
  }
  .toggle-button {
    position: absolute;
    top: 0.75rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    /* justify-content: space-between; */
    width: 30px;
    height: 21px;
  }
  
  .toggle-button .bar {
    height: 3px;
    width: 100%;
    background-color: black;
    border-radius: 10px;
  }
  
  @media (max-width: 800px) {
    .navbar {
      flex-direction: column;
      align-items: flex-start;
    }
  
    .toggle-button {
      display: flex;
    }
  
    .navbar-links {
      display: none;
      width: 100%;
    }
  
    .navbar-links ul {
      width: 100%;
      flex-direction: column;
    }
  
    .navbar-links ul li {
      text-align: center;
    }
  
    .navbar-links ul li a {
      padding: 0.5rem 1rem;
    }
  
    .navbar-links.active {
      display: flex;
    }
  }
  
  
  
  h1 {
    text-align: center;
  }
  
  form {
    margin-bottom: 10px;
  }
  
  input[type="text"],
  input[type="submit"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
  }
  
  #captchaImage {
    display: block;
    margin-bottom: 10px;
  }
  
  #result {
    font-weight: bold;
  }
  
  /* //new */
  
  .container {
    margin: 0;
    padding: 0;
  }
  
  .con2 {
    border: 2px solid black;
  
    padding: 20px;
    max-width: 447px;
    margin-top: 5rem;
    margin-left: 34rem;
  
    padding-top: 16px;
  
    margin-bottom: 0px;
    border-radius: 18px;
    background-color: #000000a3;
    color: white;
  }
  
  .form-group {
    margin-bottom: 20px;
  }
  
  label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .ui-grid-col-11 {
    color: red;
  }
  
  .heading {
    /* background-color: black; */
    color: white;
    /* border: 2px solid white; */
    /* border-radius: 3px; */
    height: 3rem;
  
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  input[type="text"],
  input[type="submit"] {
    width: 100%;
    padding: 10px;
    font-size: 16px;
  }
  input{
    border-radius: 10px;
  }
  .s {
    cursor: pointer;
  }
  
  .form-row {
    display: flex;
    justify-content: space-between;
  }
  
  /* background-image */
  @media (max-width:600px) {
    .container{
      width: 100%;
      margin: 0;
    }
    .con2{
      margin: 5rem 0 0 0;
    }
    
  }