/* Globals */
/* Colors */
/* Z Indexes */
/* Font Styles */
/* Icons */
/* "Reset" */
body {
  background: #000000;
  background-size: cover;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-family: "SamsungOne";
  font-size: 24.6153846154px;
  color: #eeeeee;
}

body.lite {
  background: #000000;
}

/* General Purpose Classes or Helpers */
.clearfix:after {
  content: " "; /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
  position: absolute;
  top: -500px;
}

/* Fullscreen Overlay (Container element for fullscreen views) */
.fullscreen_overlay {
  max-width: 100%;
  min-height: 100%;
  background: #000000 white;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 940;
}

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

/* loading */
.spinner-overlay {
  display: none;
  background-color: #000;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 940;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.spinner span {
  color: #fff;
  font-size: 24px;
  font-family: "roboto-regular", sans-serif;
  font-weight: normal;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.lazy {
  display: none;
}

.input-validation {
  font-size: 30px;
  font-family: "roboto-regular";
  color: #FF0000;
  padding-left: 28%;
}

.input-validation-container {
  text-align: left;
}

#reminder-container {
  display: none;
}

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

.border-error {
  border-color: #FF0000 !important;
}

#version_app {
  display: block;
  position: absolute;
  top: 629px;
  right: 50px;
  z-index: 922;
  background-color: black;
}
#version_app span {
  margin: 0;
  font-family: "roboto-regular";
  font-size: 15px;
  color: #eeeeee;
  text-shadow: 2px 3px 4px #000;
}

.loading_text_message_error {
  padding-bottom: 20px;
}

.button {
  line-height: 46.1538461538px;
  height: 46.1538461538px;
  width: 330.7692307692px;
  background: #4d5b69;
  color: #eeeeee;
  border-radius: 23.0769230769px;
  margin: 0 auto 0;
  cursor: pointer;
  text-align: center;
}

.button.active {
  width: 330.7692307692px;
  background-color: #FF6D00;
  cursor: pointer;
  border-radius: 58.4615384615px;
}

.white_label_logo {
  background-image: url("../../images/background-default.png");
  background-size: cover;
  height: 73.8461538462px;
  position: absolute;
  bottom: 0;
  left: 0;
  left: 60px;
  top: 10px;
  width: 153.8461538462px;
}