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

.logout {
  margin-top: 220px;
  text-align: center;
  display: none;
}

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

.sub2 {
  margin-top: 47.33333px;
}

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

.logout-subtitle {
  margin-top: 40.7692307692px;
  font-size: 24.6153846154px;
  margin-bottom: 40.7692307692px;
}

.login-input {
  width: 646.1538461538px;
  height: 61.5384615385px;
  font-family: "SamsungOne";
  font-size: calc(45px / 1.3);
  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;
  font-family: "roboto-condensed";
  font-size: calc(45px / 1.3);
}
.login-input.error {
  border: solid 2px #ef5045;
}
.login-input.using {
  border: solid 2px #FF6D00;
}

.login-input::-webkit-input-placeholder {
  color: #747474;
}

.login-input:-moz-placeholder {
  /* Firefox 18- */
  color: #747474;
}

.login-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #747474;
}

.login-input:-ms-input-placeholder {
  color: #747474;
}

/*.login-input:focus {
    border: 		solid 1px $blue;
    outline: 		0 none;
}*/
.login-button {
  margin-top: 26.9230769231px;
  background: rgba(0, 0, 0, 0.3);
}

.next-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);
}

.logout-button {
  margin-top: 9.2307692308px;
}

.logout-back_button {
  margin-top: 9.2307692308px;
}

.login-error {
  color: #FF0000;
  font-weight: bold;
  text-align: center;
  float: left;
  margin-left: 27%;
  font-size: 30px;
  margin-right: 25%;
  font-family: "roboto-regular";
}

.parental {
  margin-top: 173.0769230769px;
  text-align: center;
  display: none;
}

.parental-input {
  margin-top: 46.1538461538px;
  width: 126.9230769231px;
  text-align: center;
}

.counter-value {
  visibility: hidden;
}

span#secret {
  font-family: "roboto-regular";
  font-size: 33.8461538462px;
  display: none;
}

#password-condition {
  position: relative;
  font-family: "roboto-condensed";
  font-size: 18.4615384615px;
  color: #8C9BAC;
  left: -132.6923076923px;
}

#input-login-container {
  height: 140px;
}

.second-message {
  padding-bottom: 30px;
}