
.inputs{
    margin-top: 220px;
}

.title_banner{
    position: absolute;
    font-size:40px;
    margin-left:-130px;
    margin-top:-250px;
}
        
.detail_banner{
    width:600px;
    position:absolute;
    margin-top:-180px;
    margin-left:-130px;
    font-size:24px;
}

.dvinputcch {
    display: flex;
    transition: background-color 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms, border 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms, opacity 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #181b324d;
    border-radius: 0px;
    padding: 0px;
    position:absolute;
    background:#fff;
    width:600px;
    margin-top:350px;
    margin-left:55px;
  }

  .inputcch {
    width: 100%;
    color: #181b32;
    border: none;
    resize: none;
    /*padding: 24px 12px;*/
    font-size: 16px;
    font-family: Nunito;
    font-weight: 400;
    line-height: 24px;
    border-width: 0;
    border-radius: 0px;
    letter-spacing: 0px;
    background-color: #FFFFFF00;

  }

  textarea:focus,
  input:focus,
  input[type]:focus {
    box-shadow: 0px 0px 0px 0px rgba(201, 188, 252)inset, 0 0 0px 0px rgba(201, 188, 252);
    outline: 0 none;
  }

  i.fas.fa-search{
    color: #181b324d;
  }