*{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
    
    
    
   }
   
   
   /* .container{ */
       /* width: 100px;
       height: 150px;
       top: 0%;
       left: 0%;
       outline: none;
       overflow: hidden; */
       /*background-color: "http://www.lonada.net/imatges/softgeri-fons.jpg";*/
       
       
   /* } */
   
   .form-content{
       position: absolute;
       width: 350px;
       height: 300px;
       /*max-width: 100px;*/
       /* background-color: rgb(18, 109, 45); */
       background-color: #188;
       padding: 20px 15px 15px;
       /*text-align: left;*/
       border-radius: 15px;
       /* opacity: 0.8; */
       /* justify-content: center; */
       /* align-items: center; */
       text-align: center;
       display:table; 
       height:100%;
       margin: 0rem auto;
   
   }
   
   .form-content{
       font-size: 30px;
       margin-bottom: 60px;
       color: #ffffff;
       position: relative;
   }
   
   
   .input-field{
       background-color: #ffffff;
       margin: 15px 0;
       border-radius: 15px;
       display: flex;
       align-items: center;
       transition: max-height 05s;
       overflow: hidden;
       width: 350px;
       position: relative;
       
       
   }
   
   input{
       width: 100%;
       background: transparent;
       border: 0;
       outline: none;
       padding: 18px 15px;
       color: #000000;
       font-size: 18px;
   }

    #checkbox{
        font-size: 18px;
        /* background-color: #d39797; */

  
   }
   .checkbox-text{

    margin-left: -160px;
   }

   input[type='checkbox']{
    float: left;
    width: 20px;
    height: 18px;
    vertical-align: middle;
    position: relative;
    bottom: -1px;
    margin-bottom: 0px;
    
  }
 
   
   .btn-field button{ 
       font-size: 16px;
       flex-basis: 48%;
       height: 50px;
       background-color: rgb(0, 0, 0);
       width: 30%;
       color: rgb(255, 255, 255);
       border-radius: 10px;
       border: 0;
       outline: 0;
       cursor: pointer;
       transition: background 1s;
       font-weight: bold;
       
       /* align-items: center; */
       
   }
.btn-field{
    /* background-color: #ce4848; */
    margin: 0.5rem;
    
}

   input::placeholder{
       color: #868686;
   }
   
   .input-field i{
       margin-left: 5px;
       color: #188;
       /* color: rgb(60, 87, 67); */
   }
