@media only screen and (max-width: 768px) {
  .company_logo {
    width: 190px;
    position: absolute;
    top: -10%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .card_panel {
    height: 550px;
    width: 95%;
    border-radius: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }

  .card_panel .container {
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: end;
    padding-bottom: 5%;
  }

  .card_panel .container .row {
    padding: 0 10%;
  }

  .card_panel .time-panel, .date-panel {
    text-align: center;
  }

  .card_panel .local_time {
    font-size: 30px;
    font-weight: 500;
    color: white;
    line-height: 35px;
  }

  .card_panel .date {
    font-size: 40px;
    color: white;
  }

  .card_panel .special-input-form {
    background-color: white;
    border-radius: 30px;
    padding: 0 1.2rem;
    margin: 1rem 0;
  }

  .card_panel .special-input-form .title {
    font-size: 1.5rem;
    width: 50%;
    text-decoration: underline;
  }

  .card_panel .special-input-form .text-input {
    font-size: 30px;
    font-weight: 700;
    background-color: transparent;
    border: none;
    line-height: 0;
    width: 100%;
  }

  .card_panel .btn-submit {
    font-size: 1.75rem;
    font-weight: 700;
    width: 70%;
    border: none;
    border-radius: 30px;
  }
}

@media only screen and (min-width: 769px) {
  .company_logo {
    width: 190px;
    position: absolute;
    top: -10%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .card_panel {
    height: 80%;
    width: 80%;
    border-radius: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }

  .card_panel .container {
    margin-top: 12rem;
  }

  .card_panel .container .row {
    padding: 0 11%;
  }

  .card_panel .date-panel {
    text-align: right;
  }

  .card_panel .date, .local_time {
    font-size: 48px;
    color: white;
  }

  .card_panel .special-input-form {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-radius: 30px;
    padding: 0 3rem;
    margin: 1.5rem 0;
  }

  .card_panel .special-input-form .title {
    font-size: 1.5rem;
    width: 50%;
  }

  .card_panel .special-input-form .text-input {
    font-size: 72px;
    font-weight: 700;
    background-color: transparent;
    margin-left: 3rem;
    border: none;
    line-height: 0;
    width: 100%;
  }

  .card_panel .btn-submit {
    font-size: 1.75rem;
    font-weight: 700;
    width: 50%;
    height: 70px;
    border: none;
    border-radius: 30px;
  }
}