@font-face {
  font-family: DINWeb-Light;
  src: url('DINWeb-Light.eot') format('eot'), url('DINWeb-Light.woff') format('woff');
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url('SourceSansProSemiBold.eot') format('eot'), url('SourceSansProSemiBold.woff') format('woff');
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: 'Source Sans Pro Regular';
  src: url('SourceSansProRegular.eot') format('eot'), url('SourceSansProRegular.woff') format('woff');
  font-style: normal;
  font-weight: 400;
}

.bg {
  background-image: url("background.jpg");
  background-size: cover;
}

.box-main {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 700px;
  height: 480px;
  border-style: solid;
  border-color: #00a5c0;
  background-color: #00a5c0;
  border-width: 1px;
}

.box-support {
  width: 1200px;
  height: 740px;
}

.header {
  font-size: 26pt;
  font-family: DINWeb-Light, verdana, helvetica, sans-serif;
  background-color: white;
  /*width: 680px;*/
  height: 110px;
  line-height: 45px;
  padding-left: 20px;
  padding-top: 20px;
}

.content {
  font-family: "Source Sans Pro", verdana, helvetica, sans-serif;
  font-size: 15px;
  color: white;
  font-weight: bold;
  margin: auto;
  margin-top: 20px;
  margin-left: 20px;
}

.box-token {
  float: left;
  width: 50%;
}

.box-api {
  float: left;
  width: 50%;
}

.button {
  background-color: #ffffff;
  padding: 6px;
  color: #00a5c0;
  text-decoration: none;
  display: inline-block;
  width: 220px;
  text-align: center;
  margin-right: 10px;
  border: none;
}

.button:hover {
  background-color: #66cc33;
  color: #ffffff;
}

/* token fields styles */
.token-label, .api-label {
  display: inline-block;
  width: 120px;
}

.token-input, .api-input {
  border: none;
  padding: 6px;
  margin-top: 5px;
  width: 420px
}

.api-select {
  border: none;
  padding: 6px;
  margin-top: 5px;
  width: 100px
}

.api-textarea {
  font-size: 10px;
  border: none;
  padding: 6px;
  margin-top: 5px;
  width: 540px
}
