html {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #000 url(../images/background.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
  margin: 0;
  padding: 0;
  color: #fff;
  height: 100%;
  font-size: 16px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
}

a, a:hover, a::before, a:hover::before, a::after, a:hover::after, img, img:hover {
  transition: all 0.3s ease 0s;
}

a {
  color: #fff;
  text-decoration: underline;
}

a:hover,
a:active,
a:focus {
  color: #00d2e5;
  text-decoration: none;
}

h1 {
  margin-top: 0;
  font-size: 45px;
  font-weight: 600;
}

h2 {
  font-size: 18px;
  font-weight: 400;
}

form {
  margin: 30px 0 0;
}

.modal {
  color: #1d1d1b;
  font-size: 14px;
}

.modal a {
  color: #00d2e5;
}

.menu {
  z-index: 1;
  width: 100%;
  min-height: 76px;
  font-weight: 600;
  line-height: 72px;
  background-color: rgba(0, 0, 0, 0.47);
  box-shadow: 0 0 7.6px 0.4px rgba(0, 0, 0, 0.37);
}

.logo img {
  margin-right: 10px;
}

.link_menu {
  float: right;
}

.link_menu a {
  color: #fff;
  text-decoration: none;
}

.link_menu a:hover {
  color: #00d2e5;
  text-decoration: none;
}

.link_menu ul li {
  list-style: outside none none;
}

.link_menu > ul > li {
  float: left;
}

.link_menu > ul > li {
  margin: 0 25px;
}

.link_menu > ul > li:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .menu {
    line-height: normal;
  }

  .logo {
    padding-top: 20px;
  }

  .link_menu {
    float: none;
  }

  .link_menu li {
    font-size: 14px;
    margin: 10px 30px 20px 0;
  }

  .link_menu li:first-child {
    margin-left: -40px;
  }
}

.login_container, .message-container, .reset-fields-container {
  margin: 180px 0 30px;
  text-align: center;
  border-radius: 5px;
  padding: 0 70px 70px;
  background-color: rgba(0, 0, 0, 0.47);
}

@media (max-width: 767px) {
  .login_container, .message-container, .reset-fields-container {
    padding: 0 30px 30px;
  }
}

@media (max-width: 320px) {
  .login_container, .message-container, .reset-fields-container {
    padding: 0 10px 10px;
  }
}

.lg_logo {
  margin-top: -150px;
}

.fields {
  margin: 0 auto;
  text-align: left;
}

@media (max-width: 767px) {
  .fields {
    width: 90%;
  }
}

.input-group {
  width: 100%;
}

.input-group .form-control:focus {
  z-index: 2;
}

.input-group-addon {
  z-index: 3;
  width: 45px;
  border: none;
  height: 100%;
  position: absolute;
  border-radius: 5px 0 0 5px;
  background: rgba(0, 0, 0, 0.25);
}

.input-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.form-control::-webkit-input-placeholder {
  color: #a68656;
}

.form-control::-moz-placeholder {
  color: #a68656;
}

:-ms-input-placeholder.form-control {
  color: #a68656;
}

.form-control::-moz-placeholder {
  color: #a68656;
}

.form-control::placeholder {
  color: #a68656;
}

.input-group .form-control:last-child {
  border-radius: 5px;
}

.form-control {
  height: 38px;
  border: none;
  color: #fff;
  box-sizing: border-box;
  padding: 6px 12px 6px 55px;
  background: rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0.04px rgba(255, 255, 255, 0.19), 0 0 4px 0 rgba(0, 0, 0, 0.25) inset;
}

.form-control:focus,
.form-control:active,
.form-control:hover {
  border: none;
  background: rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 2px 0.04px rgba(255, 255, 255, 0.19), 0 0 4px 0 rgba(0, 0, 0, 0.25) inset;
}

.message {
  color: #ffff00;
}

#password-reset-modal form input::placeholder {
  color: #53585b;
}

#password-reset-form .has-error .control-label,
#password-reset-form .has-error .help-block,
#password-reset-form .has-error .form-control-feedback {
  color: #ffff00;
}

.input_field {
  font-size: 14px;
}

.flex_buttons {
  width: 70%;
  display: flex;
  margin: 30px auto;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .flex_buttons {
    width: 90%;
    flex-wrap: wrap;
  }
}

.submit {
  flex-grow: 2;
}

.separator {
  margin: 10px;
  font-style: italic;
}

.register {
  flex-grow: 2;
}

@media (max-width: 767px) {
  .submit {
    flex-basis: 100%;
  }

  .separator {
    margin: 15px;
    flex-basis: 100%;
  }

  .register {
    flex-basis: 100%;
  }
}

button.submit {
  border: none;
  border-width: 0;
  border-radius: 5px;
  color: #fff;
  padding: 15px 20px;
  width: 33%;
  background: #009cff;
  background: -webkit-gradient(#00d2e5, #009cff);
  background: -ms-linear-gradient(#00d2e5, #009cff);
  background: -webkit-linear-gradient(#00d2e5, #009cff);
  background: -o-linear-gradient(#00d2e5, #009cff);
  background: -moz-linear-gradient(#00d2e5, #009cff);
  background: linear-gradient(#00d2e5, #009cff);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.32);
}

button.submit:hover,
button.submit:active,
button.submit:focus {
  background: #19a7ff;
  background: -webkit-gradient(#00eaff, #19a7ff);
  background: -ms-linear-gradient(#00eaff, #19a7ff);
  background: -webkit-linear-gradient(#00eaff, #19a7ff);
  background: -o-linear-gradient(#00eaff, #19a7ff);
  background: -moz-linear-gradient(#00eaff, #19a7ff);
  background: linear-gradient(#00eaff, #19a7ff);
}

button.submit.disabled:hover,
button.submit.disabled {
  cursor: not-allowed;
  color: #dcdcdc;
  background: linear-gradient(#00b0c3, #0075c3);
}

button.register {
  border: none;
  border-width: 0;
  border-radius: 5px;
  padding: 15px 20px;
  color: #fff;
  width: 33%;
  background: #ff6600;
  background: -webkit-gradient(#ffa800, #ff6600);
  background: -ms-linear-gradient(#ffa800, #ff6600);
  background: -webkit-linear-gradient(#ffa800, #ff6600);
  background: -o-linear-gradient(#ffa800, #ff6600);
  background: -moz-linear-gradient(#ffa800, #ff6600);
  background: linear-gradient(#ffa800, #ff6600);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.32);
}

button.register:hover,
button.register:active,
button.register:focus {
  background: #ff751a;
  background: -webkit-gradient(#ffb31a, #ff751a);
  background: -ms-linear-gradient(#ffb31a, #ff751a);
  background: -webkit-linear-gradient(#ffb31a, #ff751a);
  background: -o-linear-gradient(#ffb31a, #ff751a);
  background: -moz-linear-gradient(#ffb31a, #ff751a);
  background: linear-gradient(#ffb31a, #ff751a);
}

button.register.disabled:hover,
button.register.disabled {
  cursor: not-allowed;
  color: #dcdcdc;
  background: linear-gradient(#c37400, #c35600);
}

.footer {
  text-align: center;
  margin-bottom: 20px;
}

.footer p {
  margin: 20px 0;
}

.social:not(:last-child) {
  margin-right: 20px;
}

#header-language-menu .language-selection-item {
  color: #222;
  text-decoration: none;
  transition: color 0.2s;
  line-height: 1.6;
}

#header-language-menu .language-selection-item:hover {
  color: #00d2e5;
}

#header-language-menu .language-selection-item:active {
  background-color: #fff;
}

#email-input {
  color: #fff;
}

#password-input {
  color: #fff;
}

.index-nav.active {
  color: #fff;
  text-decoration: none;
}

#main-page-sign-in.active {
  background-color: #00d2e5;
  background: -webkit-gradient(#00d2e5, #009cff);
  background: -ms-linear-gradient(#00d2e5, #009cff);
  background: -webkit-linear-gradient(#00d2e5, #009cff);
  background: -o-linear-gradient(#00d2e5, #009cff);
  background: -moz-linear-gradient(#00d2e5, #009cff);
  background: linear-gradient(#00d2e5, #009cff);
}

#main-page-register.active {
  background-color: #ffa800;
  background: -webkit-gradient(#ffa800, #ff6600);
  background: -ms-linear-gradient(#ffa800, #ff6600);
  background: -webkit-linear-gradient(#ffa800, #ff6600);
  background: -o-linear-gradient(#ffa800, #ff6600);
  background: -moz-linear-gradient(#ffa800, #ff6600);
  background: linear-gradient(#ffa800, #ff6600);
}

.nav-tabs .nav-link {
  text-decoration: none;
  border: 1px solid;
}

.nav-tabs .nav-link:hover {
  color: #fff;
}

.center-helper {
  margin: 0 auto;
}

#register-email-input {
  color: #fff;
}

#register-password-input {
  color: #fff;
}

#inputPassword {
  color: #fff;
}

#inputPasswordConfirm {
  color: #fff;
}

#header-language-menu {
  float: none;
  right: 0;
  left: auto;
}

.invisible {
  visibility: hidden;
}