#main .title {
  color: #0642AD;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px; }
#main form {
  width: 50%; }
  @media all and (max-width: 1023px) {
    #main form {
      width: 100%; } }
  #main form .title-in {
    font-weight: 600;
    color: #333;
    font-size: 16px;
    margin-bottom: 15px; }
  #main form #check_status {
    padding: 10px 20px;
    background: #ff0000;
    color: #fff;
    border: 1px solid #ccc;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    margin-top: 10px; }
  #main form .info {
    margin-bottom: 10px; }

/*# sourceMappingURL=checking.css.map */
