[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

button,
select {
  text-transform: none;
}

button,
input {
  overflow: visible;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  border-radius: 0;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

button,
input {
  overflow: visible;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

#apply_cover {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 102;
}


@media screen and (max-device-width:960px) {
  #apply_cover {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 102;
  }

  #applicationForUse {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 24rem;
    height: 25rem;
    margin-left: -12rem;
    margin-top: -12.5rem;
    background: #fff;
    text-align: center;
    padding: 1rem 0;
    border-radius: 10px;
    border: 1px solid #ddd;
  }

  #applicationForUse .close {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
  }

  #applicationForUse h4 {
    font-size: 1.3rem;
    margin: 0;
    line-height: 3rem;
    height: 3rem;
    font-weight: normal;
  }

  #applicationForUse p {
    color: #666;
    font-size: 0.98rem;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0.56rem;
  }

  #applicationForUse p input {
    height: 2rem;
    line-height: 2rem;
    width: 80%;
    text-indent: 1em;
    font-size: 0.9rem;
  }

  #applicationForUse textarea {
    width: 80%;
    display: block;
    margin: 0 auto;
    /* padding: 1em; */
    font-size: 0.98rem;
    text-indent: 1em;
    resize: none;
  }

  #applicationForUse input[type='submit'] {
    width: 6rem;
    height: 2rem;
    background: #3C9797;
    color: #fff;
    border: none;
    margin-top: 1rem;
    border-radius: 1rem;
    font-size: 0.88rem;
  }
}


@media screen and (min-width: 768px) and (max-width: 2048px) {

  #applicationForUse {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    min-height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background: #fff;
    text-align: center;
    padding: 20px 0;
    border-radius: 10px;
    border: 1px solid #ddd;
    max-height: 445px;
  }

  #applicationForUse .close {
    position: absolute;
    top: 10px;
    right: 20px;
  }

  #applicationForUse h4 {
    margin: 0;
    font-weight: 500;
    font-size: 20px;
    height: 30px;
  }

  #applicationForUse p.hint {
    font-size: 14px;
    color: #666;
    text-align: center;
  }

  #applicationForUse p {
    margin: 16px 0;
    text-align: center;
  }

  #applicationForUse p input {
    height: 36px;
    line-height: 36px;
    width: 80%;
    text-indent: 1em;
    font-size: 13px;
  }

  #applicationForUse textarea {
    width: 80%;
    display: block;
    margin: 0 auto;
    text-indent: 1em;
    font-size: 13px;
    resize: none;
    max-height: 76px;
  }

  #applicationForUse input[type='submit'] {
    width: 100px;
    height: 36px;
    background: #3C9797;
    color: #fff;
    border: none;
    margin-top: 12px;
    border-radius: 5px;
    font-size: 14px;
  }


}
