.header {
  background: url(../images/backgroud-1.png);
  width: 100%;
  height: 150px;
  padding: 1rem 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.logo_box {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bbold {
  font-weight: bold;
  color: #005bab;
}
.flex-start {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.olpl {
  padding-left: 20px;
  text-align: justify;
}
.symbol {
  color: #005bab;
  font-weight: bold;
  font-size: 1.2rem;
}
.input-items {
  display: inline-block;
  border-bottom: 1px solid #333333;
}
.input {
  width: 100px;
  font-size: 1.2rem;
  border: none;
  outline: none;
  background: none;
  text-align: center;
}
.mat-input {
  position: relative;
  font-size: 1.25rem;
  background: transparent;
  width: 100%;
  border: none;
  border-bottom: 1px solid #333333;
  outline: none;
  padding: .25rem 0;
}
.c-blue {
  color: #005bab;
}
i.fas {
  font-size: 18px;
}
.footer-bg {
  background: url(../images/backgroud-1.png);
  width: 100%;
  height: 150px;
  padding: .5rem 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  transform: rotate(180deg);
  z-index: -1;
}
.footer .logo_box {
  transform: rotate(180deg);
  height: calc(55px - 5px);
  padding: 0px 0px 0px 0px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .icons {
    display: none;
  }
}
@media (max-width: 768px) {
  .header {
    background: none;
    width: 100%;
    height: 90px;
    background: #005bab;
    display: flex;
    align-items: center;
  }
  .footer-bg {
    background: none;
    width: 100%;
    height: 90px;
    background: #005bab;
  }
  .logo_box {
    margin-top: 0px;
  }
  .col-12 {
    padding: 0 30px;
  }
}
@media (max-width: 576px) {
  .input {
    width: 95px;
  }
}
/*簽名*/
#sig-canvas {
  border: 4px dotted #cccccc;
  border-radius: 15px;
  cursor: crosshair;
  display: block;
}
label {
  font-size: 1.2rem;
  color: #005bab;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  cursor: pointer;
}
.small-12 .columns {
  float: right;
}
/*btn*/
.canvas {
  width: 100%;
  height: 300px;
  border: 4px dotted #cccccc;
  ;
  margin-bottom: 1rem;
}
.buttons {
  width: 100%;
  color: #333;
  display: flex;
}
.btn {
  width: 100%;
  border-radius: 0;
  line-height: 2;
}
.btn-outline-danger {
  border-color: #dc3545;
  color: white;
  background: #dc3545;
  font-size: 1.2rem;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #f00;
  border-color: #f00;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0);
  /*box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);*/
}
.btn-outline-primary {
  border-color: #005baa;
  color: white;
  background: #005baa;
  font-size: 1.2rem;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0);
  /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);*/
}