.header{
    display: flex;
    width: 100vw;
    height: auto;
    background-color: aliceblue;
    box-shadow: 1px 10px 5px 0px rgba(0,0,0,0.75);
    padding: 20px;
}
  .input{
    border-bottom: 1px solid #00a94f;
    width: 60%;
    margin: 10px;
  }

  .label{
    margin-left: 10px;
    font-weight: 500;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  }

  .form-call{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    align-self: auto;
    width: 40vw;
  }

  .btn-call{
    background-color: #01281c;
    cursor: pointer;
  }

  .main{
    display: flex;
    flex-direction: row;
  }