/* Globals */
/* Colors */
/* Z Indexes */
/* Font Styles */
/* Icons */
/* Colors */
/* Z Indexes */
/* Font Styles */
/* Icons */
.login {
  margin-top: 61.5384615385px;
  text-align: center;
  display: none;
}

.login-trial-title {
  font-family: "roboto-condensed";
  font-size: 46.1538461538px;
  color: #eeeeee;
}

.login-trial-subtitle {
  font-family: "roboto-condensed";
  font-size: 23.0769230769px;
  color: #eeeeee;
  margin-top: 35.3846153846px;
  margin-bottom: 40.7692307692px;
}

.login-input {
  width: 646.1538461538px;
  height: 61.5384615385px;
  color: #eeeeee;
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid transparent;
  border-radius: 7.6923076923px;
  margin: 5.3846153846px auto;
  text-align: left;
  padding: 0 10px;
  /*direction: 				rtl;*/
}
.login-input.disabled {
  background-color: transparent;
  color: #8C9BAC;
}

.begin_trial_button {
  margin-top: 26.9230769231px;
  background: rgba(0, 0, 0, 0.3);
}

.login-back_button {
  margin-top: 19.2307692308px;
  background: rgba(0, 0, 0, 0.3);
}

.login-input.error {
  border: solid 2px #ef5045;
}

#trial-input-container {
  height: 170px;
}