
 form{
   width:450px !important;
   margin:0 auto;
   border: 1px solid black;
   /*padding:30px 40px !important;*/
 }
 form label{
    color: green;
    font-weight: 600;
    margin-bottom: 10px;
 }
 .form-control:focus{
  box-shadow: none !important;
 }

 .form-control::placeholder{
   font-size: 13px;
 }
 .model 
 {
             display: none;
             position: fixed;
             z-index: 9999;
             left: 0;
             top: 0;
             width: 100%;
             height: 100%;
             background-color: rgba(0, 0, 0, 0.7);
             justify-content: center;
             align-items: center;
          }
    
          
    
          .model-content h6 {
            margin-top: 10px;
            font-size: large;
            /*color: black;*/
          }
 .model-content{
      width: 399px;
      height: 207px;
      background: black;
      color: white;
      margin: 0 auto;
      text-align: center;
      /* line-height: 14; */
      position: sticky;
      /*left: 37%;*/
      top: 40%;
      display: none;
      border-radius: 4px;
 }
 .model-content1{
  width: 399px;
  height: 207px;
  background: black;
  color: white;
  margin: 0 auto;
  text-align: center;
  /* line-height: 14; */
  position: absolute;
  left: 37%;
  top: 25%;
  display: none;
  border-radius: 4px;
}
 .model-content img{
  width: 80px;
  margin-top: -35px;
 }
 .model-content1 img{
  width: 80px;
  margin-top: -35px;
 }
 .model-content button{
    width: 80%;
    margin:20px 0px;
 }
 .model-content1 button{
  width: 80%;
  margin:20px 0px;
}
#submit:focus{
  box-shadow: none !important;
}