.desktop-show {
  display: block;
}
#section-header-1 #result {
  text-align: center;
}
#section-header-1 #result:after {
  right: 74px;
}
@media (max-width: 767px) {
  .desktop-show {
    display: none;
  }
}
@media (max-width: 767px) {
  #section-header-1 a.logo {
    line-height: 55px;
    height: 55px;
    display: inline-block;
  }
  #section-header-1 .show-menu {
    font-size: 32px;
  }
  #section-header-1 .desktop-show {
    margin: 0 !important;
    padding: 0 !important;
  }
  #section-header-1 .x12-field-cont {
    margin-bottom: 10px;
  }
  #section-header-1 .x12-field-cont label {
    float: none;
  }
  #section-header-1 .x12-field-cont:nth-child(2) {
    margin-bottom: 0;
  }
  #section-header-1 .x12-dots-cont {
    display: inline-block;
    flex: 1;
    margin-left: 10px !important;
    position: relative;
    max-width: 25%;
  }
  #section-header-1 .x12-dots-cont input[type=submit],
  #section-header-1 .x12-dots-cont input[type=button] {
    width: 100%;
  }
  #section-header-1 .x12-dots-cont .dots-cont {
    left: 50%;
    margin-left: 15px;
    bottom: 3px;
  }
  #section-header-1 .mobile-but-container {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    clear: both;
    margin: 0 -15px;
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #section-header-1 .mobile-but-container button,
  #section-header-1 .mobile-but-container input[type=submit],
  #section-header-1 .mobile-but-container input[type=button] {
    color: #fff;
    border: 0 !important;
    padding: 0 6px;
    margin: 0;
    height: 24px;
    line-height: 24px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 2px;
  }
  #section-header-1 .mobile-but-container button:focus,
  #section-header-1 .mobile-but-container input[type=submit]:focus,
  #section-header-1 .mobile-but-container input[type=button]:focus {
    outline: none;
  }
  #section-header-1 .mobile-but-container .x12-login-but {
    opacity: 1 !important;
  }
  #section-header-1 .mobile-but-container .x12-reg-but {
    flex: 1;
    min-width: 200px;
  }
  #section-header-1 #result {
    top: 185px;
    padding-top: 0;
  }
}
