* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}
html,
body {
  height: 100%;
}
#main-img-desktop {
  display: none;
}

#email-input {
  display: block;
  border-radius: 5px;
  border-color: rgba(178, 178, 178, 0.386);
  padding: 3%;
}
input:focus {
  border-color: rgba(176, 175, 175, 0.111) !important;
  background-color: white !important;
  color: black !important;
}
h1 {
  margin-bottom: 1rem;
  color: hsl(234, 29%, 20%);
  font-weight: 700;
  font-size: 50px !important;
}

.h {
  margin-bottom: 0% !important;
}
#mobile-msg {
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto;
  background-color: white;
  padding: 7%;
}
#mobile-btn {
  margin-top: 50%;
  width: 100%;
  padding: 3%;
  background-color: hsl(234, 29%, 20%);
  color: white;
  border-radius: 5px;
  font-weight: 700;
}
.labels {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  margin-bottom: 10px;
  color: (234, 29%, 20%);
}
.hidden {
  display: none;
}
#main-img {
  width: 100%;
}
.page-text {
  padding: 7%;
}
ul {
  padding: 4%;
  padding-bottom: 0;
  margin-bottom: 3rem;
}
li {
  margin-bottom: 1rem;
}
::marker {
  content: url(assets/images/icon-list.svg);
  margin-right: 1rem;
}
.input-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 1.4rem;
}
#sub-btn {
  background-color: hsl(234, 29%, 20%);
  padding: 3%;
  border-radius: 5px;
  color: white;
  font-weight: 600;
  font-size: 24;
}
#tic-img {
  margin-top: 35%;
  margin-bottom: 7%;
}
button {
  border: none;
}
button:hover {
  background: rgb(255, 87, 87);
  background: linear-gradient(
    90deg,
    rgba(255, 87, 87, 1) 0%,
    rgba(255, 116, 59, 1) 88%
  );
  box-shadow: 1px 8px 37px -2px rgba(255, 87, 87, 0.78);
  cursor: pointer;
}
@media (min-width: 756px) {
  #main-img {
    display: none;
  }
  main {
    display: flex;
    flex-direction: row-reverse;
    border-radius: 40px;
    margin: 10%;
    background-color: white !important;
    max-width: 1227px;
  }
  #main-img-desktop {
    display: block;
    padding: 2%;
    padding-left: 0%;
  }
  .page-text {
    padding-right: 7%;
    padding-left: 7%;
    width: 100%;
  }
  body {
    background-color: hsl(235, 18%, 26%);
  }
  #heading {
    margin-top: 40px;
  }
  #mobile-msg {
    background-color: hsl(235, 18%, 26%);
    display: flex;
    justify-content: center;
  }
  .msg-content {
    width: 400px;

    height: 475px;
    background-color: white;
    border-radius: 20px;
    padding: 4%;
  }
  #mobile-btn {
    margin: 0;
    margin-top: 40px;
  }
  #tic-img {
    margin: 0;
    margin-bottom: 40px;
  }
  .hidden {
    display: none !important;
  }
}
