
     :root{
        --success-color:#2ecc71;
        --error-color: #e74c3c;
    }
    
 .footer{
    background: rgb(199,24,142);
background: linear-gradient(0deg, rgba(199,24,142,0.8239670868347339) 1%, rgba(0,0,0,1) 52%);
 }
    body{
            
    max-width: 100%;
  
    }
    ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: white;
        opacity: 1; /* Firefox */
      }
      
      :-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: red;
      }
      
      ::-ms-input-placeholder { /* Microsoft Edge */
        color: red;
      }
      
    .apply{
         background-image: url(/img/Newbackground.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        align-items: center;


    padding: 20px;

    }
    /* body{
  
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 100vh;
        background: #7d2ae8;
        padding: 40px;
        background-image: url(/img/Newbackground.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    } */
    .form-container{
  
         
         max-width: 500px;
         width: 80%;
         height: 10% ;
   
        margin: auto;
      /* margin-top: 200px; */
        box-shadow: 1px 1px 2px rgba(0,0,0,0.125);
        margin-top: 120px;
     
    }
    h2{
  
       
        text-align: center;
        margin: 0 0 20px;
    }
    .form{
        margin-top: 0%;
        padding-bottom: 5%;
        padding: 30px 40px;
   background-color: rgba(0, 0, 0, 0.678);
    
    }
    .form-control{
    
        margin-bottom: 50px;
        padding-bottom: 20px;
        position: relative;
    }
    .form-control label{
    border-style: none;
       color: white;
       display: block;
       margin-bottom: 5px;
    }
    .form-control input{
        border: 2px solid  #1d1414;
        background: #BD88FF;
        border-radius: 4px;
        width: 100%;
        padding: 10px;
        font-size: 14px;
    
    }
    .form-control input:focus{
        outline: 0;
        border-color: rgb(255, 255, 255);
    }
    .form-control.success input{
    
        border-color:var(--success-color);
    
    }
    .form-control.error input{
        border-color:var(--error-color);
    }
    
    .form-control small{
        color: var(--error-color);
        position: absolute;
        bottom: 0;
        left: 0;
        visibility: hidden;
    }
    
    .form-control.error small{
    
        visibility: visible;
    }
    
    .form button{
        cursor: pointer;
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.19);
        background-color:#f8d286;
        color: black    ;
        font-weight: bold;
        display: block;
        font-size: 16px;
        padding: 10px;
        margin-top: 10px;
        width: 100%;
    }
  
    /* @media (max-width: 600px) {
  .form-container{
      max-width: 100%;
     
  }
  .iti-mobile{
      max-width: 500px;
      padding-top: 0px;
      padding-bottom: 0px;
    width: 350px;
    
      
  }
  
    } */
  
    @media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }
  
  @media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 2)
    and (min-resolution: 192dpi) { 
  }
  
  @media 
    (max-device-width: 218px)
    and (max-device-height: 281px) { 
  
  }
  
  @media (max-width: 991px) {
  .form-container{
      width: 100%;
  left: 0;
  right: 0;
  }
  
  
      
  }
  