.theme-body {
  background-color: white;
  color: #333;
  font-family: 'Source Sans Pro', Helvetica, sans-serif;
}

.theme-navbar {
  display: block;
}

.theme-navbar__logo-wrap {
  display: inline-block;
  height: 100%;
  overflow: hidden;
  padding: 10px 15px;
  width: 300px;
}

.theme-navbar__logo {
  height: 100%;
  max-height: 25px;
}

.theme-title-logo {
  max-height: 20px;
  vertical-align: text-top;
  margin-right: 10px;
}

.theme-heading {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 10px;
  margin-top: 0;
}

.left-pannel {
  display: inline-block;
  width: 50vw;
  height: 100vh;
  background: #F3F7FD;
  text-align: left;
  overflow: hidden;
}

.left-pannel .title {
  font-size: 46px;
  font-weight: bold;
  color: #234883;
  line-height: 50px;
  text-align: left;
  margin-top: 10vh;
  margin-left: 5vw;
}

.left-pannel img {
  width: 38vw;
  margin-left: 3vw;
  margin-top: 25vh;
}

.left-pannel .logintext {
  height: 8vh;
  line-height: 8vh;
  display: inline-block;
  vertical-align: top;
  margin-top: 32vh;
  margin-left: 2vw;
  width: 7vw;
  color: #234883;
  font-size: 1.2vw;
  font-weight: bolder;
  text-align: center;
  padding-left: 1vw;
  background-color: white;
  border-top-left-radius: 8vh;
  border-bottom-left-radius: 8vh;
}

.theme-panel {
  display: inline-block;
  width: calc(50vw - 10px);
  background-color: #fff;
  color: #303133;
  vertical-align: top;
  margin-top: calc(50vh - 200px);
  /* box-shadow: 0 2px 12px 0 rgba(0,0,0,.1); */
  /* border: 1px solid #EBEEF5; */
  /* border-radius: 10px; */
}

.theme-btn-provider {
  background-color: #fff;
  color: #333;
  min-width: 250px;
}

.theme-btn-provider:hover {
  color: #999;
}

.theme-btn--primary {
  background-color: #2E5085;
  border: none;
  color: #fff;
  min-width: 200px;
  padding: 6px 12px;
}

.theme-btn--primary:hover {
  background-color: #58739d;
  border-color: #58739d;
  color: #fff;
}

.theme-btn--success {
  background-color: #2FC98E;
  color: #fff;
  width: 250px;
}

.theme-btn--success:hover {
  background-color: #49E3A8;
}

.theme-form-row {
  display: block;
  margin: 20px auto;
}

.theme-form-input {
  display: block;
  height: 36px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #666;
  border: 1px solid #CCC;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  width: 250px;
  margin: auto;
}

.theme-form-input:focus,
.theme-form-input:active {
  outline: none;
  border-color: #66AFE9;
}

.theme-form-label {
  width: 250px;
  margin: 4px auto;
  text-align: left;
  position: relative;
  font-size: 13px;
  font-weight: 600;
}

.dex-container {
  display: flex;
}

#kuboard_footer {
  color: #909399;
  position: fixed;
  bottom: 20px;
  left: 0;
  text-align: center;
  font-size: 14px;
  width: 50vw;
  margin-left: 50vw;
}

#kuboard_title {
  color: #234883;
  font-size: 28px;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
