body {
  /* background:#f9f9f9; */
  font-size: 16px;
}

#container,
#body {
  background-color: #f2f2f2;
  border: none;
}
.form-container {
  width: 100%;
  max-width: 900px;
  margin-top: 50px;
  font-family: var(--mainFont);
  margin-right: 0px;
  margin-left: 290px;
}

/* JM: TOS re-acceptance for GDPR https://trello.com/c/2Ms1usRK/3667-the-playground-update-tcs */
#tos-acceptance {
  margin-left: 0 !important;
}

#login-register-hi {
  position: absolute;
  top: 60px;
  left: 20px;
  width: 270px;
  color: #666;
}
.form-container form label {
  font-size: 14px;
}

#login-register-hi h1 {
  font-size: 24px;
}
#login-register-hi a {
  margin-top: 20px;
  font-size: 14px;
  color: #00CE7C;
  display: block;
}

.form-container.login {
}

.form-container.login form.register {
  display: none;
}

.form-container.register form.login {
  display: none;
}

.form-container .tabs {
  clear: both;
  zoom: 1;
  margin: 0;
  display: table;
  width: 100%;
}

.form-container .tab {
  display: table-cell;
  width: 50%;
  background-color: transparent;
  opacity: 0.8;
  text-decoration: none;
  text-shadow: none;
  font-size: 1.1em;
  color: #000;
  border-bottom: 5px solid #ccc;
  padding: 5px 30px;
  margin-bottom: 0px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.form-container .tab span {
  display: block;
  font-size: 0.7em;
  color: #9b9b9b;
  margin-bottom: 0px;
}
.form-container.login .tab.login,
.form-container.register .tab.register {
  opacity: 1;
  background-color: #fff;
  border: 5px solid #ccc;
  position: relative;
  z-index: 100;
  border-bottom: none;
}
.form-container.register .tab.register {
}

.form-container form {
  position: relative;
  z-index: 10;
  padding: 20px 30px 40px;
  border: 5px solid #ccc;
  border-top: none;
  min-height: 292px;
  background-color: #fff;
}
.form-container.register form {
}
.form-container form input[type='submit'] {
  width: 50%;
  margin: 10px 25%;
  font-size: 0.75em;
  background-color: #efefef;
  border-radius: 2px;
  padding: 10px 20px;
  cursor: pointer;
  display: inline;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
}
.form-container form input[type='submit']:hover {
  background-color: #00CE7C;
  color: white;
}
.form-container form input {
  width: 100%;
  padding: 10px 20px;
  color: #666;
  font-weight: 400;
  background-color: #efefef;
  border: 1px solid #ccc;
  font-size: 16px;
  margin-bottom: 10px;
}

.form-container form input:focus {
  background-color: white;
  border-color: #666;
  outline: none;
}

.form-container form label {
  font-size: 0.9em;
  display: block;
  padding: 0.4em 0 0.4em;
}

#terms-of-service,
#terms-of-service a,
#terms-of-service a:hover {
  height: 600px;
  color: #666 !important;
  text-decoration: none;
  padding: 20px;
  background-color: #efefef;
  font-size: 12px;
  font-family: var(--mainFont);
  /* overflow-y: scroll; */
  line-height: normal;
}

#terms-of-service iframe {
  width: 100%;
  height: 100%;
}

#terms-of-service pre {
  white-space: pre-wrap; /* Since CSS 2.1 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
  border: none;
  margin: 0;
  padding: 0;
}

.form-container form input[type='checkbox'] {
  float: left;
  width: 30px;
  line-height: 30px;
  margin-top: 10px;
}

.form-container form .confirm-text {
  font-size: 12px;
  line-height: 30px;
}

.form-container form input[type='submit'].lostpass {
  text-align: center;
  text-decoration: none;
  color: #999;
  font-weight: 400;
  font-size: 0.9em;
  border: 0;
  background: transparent;
  font-weight: 400;
  cursor: pointer;
  display: block;
  text-transform: none;
}

.form-container form input[type='submit'].lostpass:hover {
  color: #111;
}

.forgotten .lostpass {
  border: 5px solid white;
  -webkit-animation: flash 250ms linear 6 alternate;
  -moz-animation: flash 250ms linear 6 alternate;
  -ms-animation: flash 250ms linear 6 alternate;
  -o-animation: flash 250ms linear 6 alternate;
  animation: flash 250ms linear 6 alternate;

  -webkit-transition: bottom 100ms linear;
  transition: bottom 100ms linear;
}

@-webkit-keyframes flash {
  to {
    border-color: rgb(25, 175, 42);
  }
}
@-moz-keyframes flash {
  to {
    border-color: rgb(25, 175, 42);
  }
}
@-ms-keyframes flash {
  to {
    border-color: rgb(25, 175, 42);
  }
}
@-o-keyframes flash {
  to {
    border-color: rgb(25, 175, 42);
  }
}
@keyframes flash {
  to {
    border-color: rgb(25, 175, 42);
  }
}

.info {
  background: white;
  display: none;
  padding: 20px 20px 0 20px;
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  border-right: 1px solid rgba(0, 0, 0, 0.5);
}

.info p {
  padding: 3px;
  background: #eff3b6;
  background: rgba(255, 253, 0, 0.2);
  border: 1px solid rgb(219, 225, 45);
  margin: 0;
  white-space: normal;
  line-height: 18px;
  padding: 10px;
}

.info.active {
  display: block;
}

.info a {
  color: #111;
}

/*
 * Github Button
 */

.btn-github {
  display: none;
  /* font-size: 0.8em; */
  font-weight: 200;
  background: #f0f0f0;
  background: linear-gradient(0deg, #f0f0f0, #fefefe);
  box-shadow: 0px 1px 1px #eee;
  border: 1px solid #aaa;
  border-radius: 2px;
  padding: 10px 12px;
  cursor: pointer;
  display: inline;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border-bottom: 2px solid #aaa;
  color: #111;
  display: block;
  width: 280px;
  margin: 45px auto 0;
}
.btn-github:hover {
  background: linear-gradient(0deg, #e8e8e8, #f8f8f8);
  color: #111;
}

#body .btn-github img {
  vertical-align: middle;
  top: -2px;
  position: relative;
  margin-right: 2px;
  border: none;
  width: 22px;
  display: inline;
  border: 0;
}
