@media (min-width: 63em) {
  body {
    padding: 3px;
    background-color: #dae0e5;
    color: #0066cc;
    font-family: Cairo-VariableFont, Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana,
      sans-serif;
    font-size: 1.5em;
  }

  div {
    padding: 2px;
  }
  a {
  }

  ul {
    margin: 0px;
    list-style: none;
  }

  img {
    display: block;
  }

  input,
  textarea,
  select {
    font-family: inherit;
    font-size: 100%;
    color: #4d4d4d;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0.3em;
    width: 100%;
    margin: 0.7em auto 0.4em auto;
    height: 2.3em;
    padding: 0.3em;
  }

  input[type="text"],
  input[type="email"],
  input[type="password"] {
    border-style: solid;
    border: rgba(150, 185, 220, 0.75) 0.03em solid;
  }

  input[type="submit"],
  input[type="button"] {
    background: rgba(193, 222, 253, 0.75);
    border: rgba(150, 185, 220, 0.75) 0.05em solid;
    color: inherit;
    cursor: pointer;
  }
  input[type="submit"]:active,
  input[type="button"]:active {
    background: #fff;
  }

  label {
    display: block;
  }

  fieldset {
    border: none;
    /*border-radius: .3em;*/
    /*border: rgba(150,185,220,0.75) .07em solid;*/
  }

  .mobsite {
    padding: 0.3em;
    border-radius: 0.5em;
    background-color: #fff;
    box-shadow: 0px 0px 3px 3px #84acc2;
    width: 25em;
    height: 22em;
    margin: auto;
  }

  .orangefont {
    color: rgba(255, 64, 0, 0.75);
  }

  #logo {
    background: #484848;
    width: 3em;
    border: none;
    border-radius: 0.3em;
  }

  .block {
    display: block;
  }

  .message {
    display: block;
    position: relative;
    width: 94%;
    color: coral;
    text-align: center;
  }
}
