@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

      body {
        background-color: #2D2D2D;
      }

      .parent-place-auth {
        background-color: #FFF;
        width: 80%;
        border-radius: 8px;
        overflow: hidden;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
      }

      .flex {
        display: flex;
      }

      .parent-place-auth img {
        height: 80vh;
      }

      .content-auth .logo {
        width: 70px;
        height: auto;
      }

      .parent-place-auth .content-auth {
        width: 100%;
        padding: 5%;
      }

      h1 {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 29px;
        color: #2D2D2D;
      }

      h2 {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        /* identical to box height */


        color: #203A43;
      }

      input {
        background: #E4E4E4;
        border-radius: 8px;
        border: 0;
        width: 100%;
        padding: 12px;
        outline: none;

        font-family: 'Inter';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        color: #8D8D8D;
      }

      button {
        background: linear-gradient(29.14deg, #000000 37.37%, rgba(0, 0, 0, 0) 155.95%);
        border-radius: 8px;
        border: 0;
        padding: 10px 40px;

        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 17px;
        /* identical to box height */

        text-align: center;

        color: #FFFFFF;

        outline: none;
      }