html, body {
  height: 100%; }

body {
  background-color: #edeff1;
  font: 16px/1.65 Roboto, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1 {
  display: block;
  width: 100%;
  margin: 0;
  padding: 15px 0;
  background-color: #007aff;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #fff;
  border-radius: 3px 3px 0 0; }

h3 {
  margin: 0;
  font-size: inherit; }

h4 {
  font-weight: 400; }

a {
  color: #007aff; }
  a:hover {
    color: #0055b3;
    text-decoration: none; }

p {
  margin: 0 0 20px; }
  p.message {
    font-weight: 700; }
  p.error {
    color: #ff3b30; }

input[type="text"],
input[type="password"] {
  display: block;
  width: 100%;
  margin: 0;
  padding: 5px;
  font-size: 14px;
  border: 1px solid #dde0e2;
  border-radius: 3px; }
  input[type="text"]:hover,
  input[type="password"]:hover {
    border-color: #aaa; }
  input[type="text"]:focus,
  input[type="password"]:focus {
    border-color: #777;
    outline: none; }

button {
  display: block;
  margin: 0 auto;
  padding: 7px 60px;
  border: none;
  background: #007aff;
  font-size: 20px;
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  -webkit-transition: opacity 250ms cubic-bezier(0.55, 0, 0.1, 1);
  -moz-transition: opacity 250ms cubic-bezier(0.55, 0, 0.1, 1);
  -ms-transition: opacity 250ms cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: opacity 250ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 250ms cubic-bezier(0.55, 0, 0.1, 1); }
  button:focus {
    outline: none; }
  button:hover {
    opacity: 0.8; }
  button.small {
    display: inline-block;
    margin-bottom: 4px;
    padding: 4px 20px;
    font-size: 12px; }

#box-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%; }

#box {
  max-width: 750px;
  width: 100%;
  margin: 15px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.075); }
  #box #bar {
    padding: 8px 30px;
    font-size: 14px;
    background-color: #edeff1;
    border-bottom: 1px solid #dde0e2; }
    #box #bar #help {
      float: right;
      cursor: pointer; }
      #box #bar #help svg {
        float: left;
        width: 16px;
        height: 16px;
        margin: 3px 5px 0 0; }
        #box #bar #help svg path {
          fill: #007aff; }
      #box #bar #help:hover svg path {
        fill: #0055b3; }
  #box #box-inner {
    padding: 30px; }
    #box #box-inner .search-wrap {
      position: relative;
      width: 100%;
      margin-bottom: 20px; }
      #box #box-inner .search-wrap input {
        width: 100%;
        padding: 10px 8px 10px 45px;
        border-radius: 20px; }
      #box #box-inner .search-wrap svg {
        position: absolute;
        width: 22px;
        height: 22px;
        top: 11px;
        left: 15px; }
    #box #box-inner .panel-title {
      margin: 0; }
    #box #box-inner .panel-body {
      margin-bottom: -1px;
      border: 1px solid #dde0e2; }
      #box #box-inner .panel-body.answer {
        padding: 10px 30px;
        font-size: 14px; }
        #box #box-inner .panel-body.answer p:last-of-type {
          margin: 0; }
    #box #box-inner .send-table {
      width: 100%;
      margin-bottom: -1px;
      font-size: 14px; }
      #box #box-inner .send-table.faq th:nth-child(1), #box #box-inner .send-table.faq td:nth-child(1) {
        width: 83.33%; }
      #box #box-inner .send-table.faq th:nth-child(2), #box #box-inner .send-table.faq td:nth-child(2) {
        width: 16.67%; }
      #box #box-inner .send-table.no-border tr {
        border: none; }
      #box #box-inner .send-table tr {
        border: 1px solid #dde0e2; }
        #box #box-inner .send-table tr.expanded {
          background-color: #303030;
          border-color: #303030;
          color: #fff; }
          #box #box-inner .send-table tr.expanded svg {
            -moz-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
            #box #box-inner .send-table tr.expanded svg path {
              fill: #fff; }
      #box #box-inner .send-table th, #box #box-inner .send-table td {
        padding: 8px 30px; }
      #box #box-inner .send-table th {
        text-align: left; }
      #box #box-inner .send-table th:nth-child(1), #box #box-inner .send-table td:nth-child(1) {
        width: 33.33%; }
      #box #box-inner .send-table th:nth-child(2), #box #box-inner .send-table td:nth-child(2) {
        width: 50%; }
      #box #box-inner .send-table th:nth-child(3), #box #box-inner .send-table td:nth-child(3) {
        width: 16.67%; }
      #box #box-inner .send-table.send-width td {
        width: 33.33%; }
      #box #box-inner .send-table .expand {
        text-align: right; }
        #box #box-inner .send-table .expand svg {
          -moz-transform: rotate(90deg);
          -o-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }
        #box #box-inner .send-table .expand a {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 40px;
          height: 40px;
          margin: -10px 0;
          cursor: pointer; }
      #box #box-inner .send-table .send-info {
        display: block;
        margin-bottom: 5px;
        font-size: 12px; }
    #box #box-inner #new-search {
      margin-top: 30px;
      text-align: center; }
    #box #box-inner #submit-password {
      margin-top: 30px; }

/*# sourceMappingURL=custom.css.map */
