@import "mixins/mixins";
@import "common/var";

@include b(bio-error) {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10%;
  .box {
    text-align: center;

    p {
      margin-top: 15px;
      font-size: 16px;
      color: #666;
    }
  }

  .btn {
    width: 150px;
    margin-top: 30px;
    background-color: #0a44b3;
    color: #fff;
    font-size: 18px;
    border: 0;
    box-shadow: 0 1px 7px 0 #093b9c;
  }
}
