@charset "utf-8";
* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  position: relative;
  height: 100%;
  box-sizing: border-box;
  font-family: "IBM Plex Sans";
  font-size: 16px;
}

body {
  position: relative;
  background-image: url('/assets/img/gplaypattern.png');
  background-repeat: repeat;
  margin: 0;
  padding: 0;
  color: #000000;
  background-color: #ffffff;
  height: 100%;
  min-height: 100%;
}

img {
  vertical-align: middle;
  border: 0;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.no-padding {
  padding-right: 0;
  padding-left: 0;
}

.no-margin {
  margin-right: 0;
  margin-left: 0;
}

.input-row {
  display: flex;
  align-items: flex-end;
  width: 70%;
}

.welcome-row {
  display: flex;
  justify-content: space-between;
  padding: 4rem 0rem 0.5rem 0rem;
}

.messages-row {
  display: flex;
  justify-content: space-between;
}

.input-form {
  margin-right: 2rem;
}

.icon-link-active {
  fill: #ffffff;
}

.icon-link {
  display: flex;
  align-items: center;
  position: relative;
  left: 1rem;
}

@media (max-width: 800px) {
  .input-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .input-form {
    margin-bottom: 1rem;
  }
}

.bannertext {
  font-family: "IBM Plex Sans";
  color: #ffffff;
  font-size: 30px;
  text-align: left;
  bottom: inherit;
}

.registration {
  width: 100%;
}

.lab-registration {
  width: 50%;
}

.registration_code {
  font-size: 16px;
}

span.a {
  display: inline;
}

.login-page {
  clear: both;
}

.login {
  width: 30rem;
  min-height: 20rem!important;
  background-color: #ffffff;
  box-shadow: 10px 10px 24px #888888;
  border-radius: 20px;
  margin: auto;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bx--form {
  width: 22rem!important;
}

.bx--form-item {
  margin-bottom: 2rem;
}

.button {
  background-color: #102b94;
  border: none;
  color: #ffffff;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  margin-left: 30px;
  margin-top: 10px;
  margin-right: 30px;
  width: 390px;
}

.main-container {
  min-height: 100vh;
  display: block;
  position: relative;
  padding-bottom: 50px;
}

.main {
  min-height: 100%;
}

.footer {
  display: flex;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  color: #ffffff;
  background-color: #161616;
}

.footercontent {
  font-family: "IBM Plex Sans";
  margin: auto;
  text-align: center;
  padding-top: 0.3125rem;
}

.refresh {
  position: absolute;
  right: 1rem;
  bottom: 0.2rem;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.center-content {
  margin-top: 4rem;
}

.bx--text-input::placeholder {
  color: #708ca1;
}

.wt-normal {
  font-weight: normal;
}

.wt-bold {
  font-weight: bold;
}

.reload_button {
  font-weight: bold;
}

.left-bold {
  font-weight: bold;
  text-align: left;
  margin-right: 10px;
}

.banner {
  height: 12rem;
  color: #ffffff;
}

.banner br {
  display: block;
  margin: -1px 0;
}

.banner h2 {
  margin-left: 5%;
  font-family: "IBM Plex Sans";
  position: absolute;
  top: 15%;
}

hr {
  color: #e1e4ea;
  margin: 30px 0 30px 0;
}

.p-title {
  font-size: 1.9em;
  font-weight: bold;
  margin-top: -1%;
  margin-bottom: 1%;
  z-index: 1;
}

.main-content {
  font-family: "IBM Plex Sans";
  padding: 0 12% 5% 12%;
}

.ibm-col-4-1 {
  width: 360px;
  box-sizing: border-box;
  float: left;
  margin: 0;
  min-height: 1px;
  padding: 0 10px;
}

.ibm-card {
  background-color: #fff;
  border: 1px solid #c7c7c7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  position: relative;
}

.ibm-card__content {
  padding: 1rem;
  min-height: 20rem;
  text-align: center;
}

.ibm-card__content_small {
  font-size: 1rem;
  line-height: 1.2rem;
}

.ibm-card__content_xsmall {
  font-size: 0.8rem;
  line-height: 1.0rem;
}

.ibm-resize {
  height: auto!important;
  width: 100%;
}

.ibm-h3 {
  font-size: 1.5625rem;
  line-height: 1.875rem;
  font-weight: 400;
  padding: 0 0 15px;
}

p.ibm-icon {
  display: inline-block;
}

.ibm-icon-link svg {
  margin-right: 1rem;
}

.center-div {
  margin: auto;
  padding-bottom: 2rem;
}

.button-pairing {
  display: flex;
  flex-wrap: wrap;
}

.button-pairing .button-wrapper {
  margin-left: 0;
}

.ibm-bee-be-equal {
  position: relative;
}

.p-banner-line1 {
  font-family: "IBM Plex Sans";
  position: relative;
  top: 40%;
  bottom: 1%;
  font-size: 1.67rem;
  text-align: left;
  overflow-wrap: break-word;
  z-index: 1;
}

.p-banner-line2 {
  font-family: "IBM Plex Sans";
  position: relative;
  top: 35%;
  bottom: 1%;
  font-size: 1.5rem;
  text-align: left;
  overflow-wrap: break-word;
  z-index: 1;
}

.p-banner-line3 {
  font-family: "IBM Plex Sans";
  position: relative;
  top: 45%;
  bottom: 1%;
  font-size: 1rem;
  text-align: left;
  overflow-wrap: break-word;
  z-index: 1;
}

.banner-container {
  top: 0;
  position: absolute;
  right: 0 !important;
  z-index: 0;
}

.ll {
  background-color: #161616;
}

.ll-logo {
  height: 5rem;
  width: auto;
  max-width: 30%;
  z-index: 1;
}

.ibm-app-title {
  font-weight: 400;
}

.status {
  width: 24px;
  vertical-align: middle;
  top: -1px;
  position: relative;
  left: 5px;
}

.status_ok {
  background-color: #83ff83;
}

.status_connecting {
  background-color: #f3ff4f
}

.status_fail {
  background-color: #fa7777;
}