
/* Qilin Lab Custom Styles */

.form__group {
    position: relative;
    padding: 15px 0 0;
    margin-top: 10px;
  }
  
  .form__field {
    font-family: inherit;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #d2d2d2;
    outline: 0;
    font-size: 16px;
    color: #fff;
    padding: 7px 0;
    background: transparent;
    transition: border-color 0.2s;
  
  }
  
  .form__field::placeholder {
    color: transparent;
  }
  
  .form__field:placeholder-shown ~ .form__label {
    font-size: 16px;
    cursor: text;
    top: 22px;
  }
  
  label,
  .form__field:focus ~ .form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 12px;
    color: #9b9b9b;
  }
  
  .form__field:focus ~ .form__label {
    color: #23c99d;
  }
  
  .form__field:focus {
    padding-bottom: 6px;
    border-bottom: 2px solid #23c99d;
  }
  
  
  
  .main-landing-btn{
    width: 100%;
  }
  
  #nameInputContainer{
    display: none;
  }
  #countryInputContainer{
    display: none;
  }
  #phoneInputContainer{
    display: none;
  }
  
  #emailErrorMsg{
    font-size: 0.7rem;
    color:red;
    display: none;
  }
  #nameErrorMsg{
    font-size: 0.7rem;
    color:red;
    display: none;
  }
  
  #phoneMsg{
    font-size: 0.7rem;
  
  }
  
  /* #loadingSpinner{
  
  } */
  
  #product-download-btn-2{
    display: none;
  }
  
  #success-box{
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    display: none;
  }
  #success-box-bottom{
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    display: none;
  }

  
  
  .success-image{
    height: 180px;
  }
  
  
  .features-box{
    margin-bottom: 18px;
  }
  
  .features-box>img{
    height: 60px;
  }
  .choose-box{
    /* margin-bottom: 18px; */
    margin-right: 20px;
  }
  
  .choose-box>img{
    width: 100px;
  }
  
  .bottom-result{
    display: none;
  }
  
  .bottom-result>p{
    color: green;
  }