




.form {
  display: none;
 
  padding: 20px;
    overflow: hidden;
  margin: auto;
  display: block;
 
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative; 
  z-index: 500;
  
}
form.up {
  -webkit-transform: translateY(-180px);
  transform: translateY(-180px);
}



.form-group {
  position: relative;
  font-size: 14px;
  color: #777;
    margin-bottom: 20px;
}
.form-group + .form-group {
  margin-top: 30px;
}/* 
.form-group .form-label {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
} */
.form-group .form-control {
  width: 100%;
  position: relative;
  z-index: 3;
  height: 35px;
  background: none;
  border: none;
  padding: 5px ;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #ccc;
  color: #1e2a46;
}
.form-group .form-control:invalid {
  outline: none;
}


.form-group .form-control:focus + .form-label, .form-group .form-control:valid + .form-label {
  font-size: 12px;
  color: #1e2a46;
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}


.btn-size{ font-size: 18px;}
.field-icon {
  position: absolute;
    cursor: pointer;
    top: 10px;
    right: 0px;
    z-index: 9999999999999999999;
}

.info-box-img img{ width: 100%; height: 160px; padding: 5px;}
.info-box a{ color: #333;}













input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill { background: none;}


/* #Form{ padding: 20px;} */
.input-container {
  margin: 0;
  margin-bottom: 20px;
  padding-top: 12px;
  position: relative;
   
}
.input-container label {
  position: absolute;
  top: 8px;
  left: 0px;
      font-weight: 600;
    font-size: 13px;
  transition: all 0.2s;
  cursor: text;
  
    
 
  line-height: 24px;
}
.input-container input {
  height: 24px;
  padding: 2px;
  border: none;
  border-bottom: 1px solid #ccc;
 
    
  font-size: 15px;
  line-height: 20px;
  color: #555;
  -webkit-font-smoothing: antialiased;
  outline: none;
  width: 100%;
}
.input-container input:focus, .input-container input.filled {
  border-bottom: 1px solid #aaa;
}
.input-container input:focus + label, .input-container input.filled + label {
  font-size: 11px;
  line-height: 12px;
  top: -2px;
  color: #777;
}




.btn-size{ font-size: 18px;}
.field-icon {
  position: absolute;
    cursor: pointer;
    top: 32px;
    right: 10px;
    z-index: 999999;
}

.info-box-img img{ width: 100%; height: 160px; padding: 5px;}
.info-box a{ color: #333;}


