body {
  position: relative;
  width: 1440px;
  height: 900px;

  background: #99B898;
}

  .text {
    position: absolute;
    width: 1200px;
    height: 88px;
    left: 16%;
    top: 82px;

    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 72px;
    line-height: 88px;
    /* identical to box height */

    text-align: center;
    letter-spacing: 0.06em;

    color: #FECEAB;
  }

  .solid {
    position: absolute;
    width: 1147.5px;
    height: 0px;
    left: 17%;
    top: 24%;

    border: 10px solid #FECEAB;
  }

  .text1 {
    position: absolute;
    width: 621px;
    height: 78px;
    left: 35%;
    top: 28%;

    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 64px;
    line-height: 78px;
    /* identical to box height */

    text-align: center;
    letter-spacing: 0.06em;

    color: #2A363B;
  }

  .email-label {
    position: absolute;
    left: 25%;
    top: 48%;

    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    /* identical to box height */

    letter-spacing: 0.06em;
    color: #2A363B;
  }

  .farm-label {
    position: absolute;
    left: 62%;
    top: 48%;
    width: 20%;

    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    /* identical to box height */

    letter-spacing: 0.06em;
    color: #2A363B;
  }

  .password-label {
    position: absolute;
    left: 25%;
    top: 65%;


    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    /* identical to box height */

    letter-spacing: 0.06em;
    color: #2A363B;
  }

  .confirm-label {
    position: absolute;
    left: 62%;
    top: 65%;
    width: 30%;

    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    /* identical to box height */

    letter-spacing: 0.06em;
    color: #2A363B;
  }

  .email-input {
    font-family: Montserrat;
    font-style: normal;
    position: absolute;
    font-weight: bold;
    position: absolute;
    height: 33px;
    width: 400px;
    padding: 3px;
    top: 61px;
    margin: 2px;
    background: #FFFFFF;
    border: 5px solid #2A363B;
    box-sizing: border-box;
  }

  .farm-input {
    font-family: Montserrat;
    font-style: normal;
    position: absolute;
    font-weight: bold;
    position: absolute;
    height: 33px;
    width: 400px;
    top: 61px;

    background: #FFFFFF;
    border: 5px solid #2A363B;
    box-sizing: border-box;
  }

  .password-input {
    font-family: Montserrat;
    font-style: normal;
    position: absolute;
    font-weight: bold;
    position: absolute;
    height: 33px;
    width: 400px;
    top: 61px;

    background: #FFFFFF;
    border: 5px solid #2A363B;
    box-sizing: border-box;
  }

  .confirm-input {
    font-family: Montserrat;
    font-style: normal;
    position: absolute;
    font-weight: bold;
    position: absolute;
    height: 33px;
    width: 400px;
    top: 61px;
    background: #FFFFFF;
    border: 5px solid #2A363B;
    box-sizing: border-box;
  }

  .create-account {
    position: absolute;
    width: 331px;
    height: 112px;
    left: 46%;
    top: 85%;

    border: 5px solid #2A363B;
    box-sizing: border-box;
    background: #99B898;

    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 0.06em;

    color: #2A363B;
  }

  .create-account:hover {
    background-color: #2A363B;
    color: #99B898;
    transition-duration: 400ms;
  }

  .logo {
    position: absolute;
    width: 44px;
    height: 90px;
    left: 21px;
    top: 23px;
  }
