  .cont_ainer{
    height: auto;
    position: relative;
    text-align: center;

    padding: 20px 0;
  }

  input{
    height: 44px;
    font-size: 16px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    letter-spacing: 1px;
    padding: 0 10px;
    outline: 0;
    border-radius: 4px;

    width: 15%;
    border:1px solid #c1cee0;
  
  }

  .form-me select{
    height: 44px;
    background-color: #fff;
    color: #000;
    font-size: 18px;
    padding: 7px 15px;
    border: 1px solid #c1cee0;
    border-radius: 4px;
    outline: 0;
    width: 15%;
  }

   .profit{
     display: inline-block;
     text-align: left;
     font-family: inherit;
     line-height: 1.4;
     color: #333;
   }
 