@keyframes scale-2 {
  0% {
    transform: scale(0);
    opacity: 0; }
  50% {
    transform: scale(0.7);
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 0; } }
@keyframes wave {
  50% {
    transform: scale(0.9); } }
@-webkit-keyframes autofill {
  to {
    background: transparent; } }
@keyframes pulseorange {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 0.7); }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 121, 63, 0); }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 0); } }
@keyframes pulsered {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7); }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 82, 82, 0); }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0); } }
@keyframes pulsegreen {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 0.7); }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(51, 217, 178, 0); }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 0); } }
@keyframes pulseyellow {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(233, 236, 12, 0.925); }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(51, 217, 178, 0); }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 0); } }
@keyframes pulseDeepSkyBlue {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(10, 163, 214, 0.7); }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(10, 163, 214, 0); }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(10, 163, 214, 0); } }
@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
body {
  background: #000000 url("/img/fallback.jpg") no-repeat fixed center;
  color: #ffffff;
  text-align: center;
  background-size: 100%; }

body, html, .row {
  height: 100%;
  overflow-x: hidden; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
input:-webkit-autofill:valid,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-transition-delay: 99999s; }

/* width */
::-webkit-scrollbar {
  width: 3px; }

/* Track */
::-webkit-scrollbar-track {
  background: white; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #707070;
  border-radius: 3px; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #707070; }

.toggle-password img {
  width: 22px; }

input:required {
  box-shadow: none; }

.warning_forgot_password {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
  color: #9ADB7C;
  display: flex; }

#sendemail {
  display: none;
  margin-top: 30px; }

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1; }

.login, #sendemail {
  background-color: none !important;
  border: 2px solid white;
  border-radius: 2px;
  padding: 15px;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: 'Gotham-Bold', 'Roboto', Arial, sans-serif; }
  .login:hover, #sendemail:hover {
    border: 2px solid #22EBFF;
    background-color: #22EBFF;
    color: black; }

button {
  padding: 7px 0px;
  font-weight: 400;
  font-size: 15px;
  border-radius: 2px;
  border: 2px solid white;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  width: 200px; }
  button:hover {
    border: 2px solid #22EBFF;
    background-color: #22EBFF;
    color: black; }

.info_opacity {
  background-color: rgba(0, 0, 0, 0.5);
  min-height: 100%;
  padding-bottom: 50px;
  padding-top: 100px; }

.forgot_pass {
  font-family: 'Gotham-Light', 'Roboto', Arial, sans-serif;
  font-size: 14px; }

.new_user {
  border: none;
  font-size: 14px;
  width: 100px;
  text-align: right;
  font-family: 'Gotham-Light', 'Roboto', Arial, sans-serif;
  border: 2px solid transparent;
  margin-right: 10px; }
  .new_user:hover {
    color: white;
    cursor: auto;
    border: none;
    background: transparent;
    border: 2px solid transparent; }

.welcome {
  text-align: left;
  font-weight: 400;
  font-size: 23px;
  font-family: 'Gotham-Bold', 'Roboto', Arial, sans-serif;
  margin-bottom: 0;
  white-space: nowrap; }

#sendemail {
  display: none; }

#forgotpassword {
  color: #22EBFF;
  cursor: pointer; }

.help_info {
  font-size: 9px;
  color: #999;
  font-family: "Gotham-Medium", "Roboto", Arial, sans-serif; }
  .help_info a {
    color: #999 !important; }

.description_login {
  font-size: 12px;
  text-align: left;
  font-weight: 400;
  font-family: 'Gotham-Light', 'Roboto', Arial, sans-serif;
  white-space: nowrap;
  letter-spacing: 1px; }

.error_message {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
  color: #FFAAAA;
  display: flex; }

.logo_traffic {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block; }

.goback {
  color: #22EBFF;
  text-align: left;
  font-size: 12px;
  display: none;
  cursor: pointer;
  font-family: 'Gotham-Bold', 'Roboto', Arial, sans-serif; }
  .goback:hover {
    color: white; }

.toggle-password {
  position: absolute;
  right: 0;
  bottom: 10px;
  font-size: 18px;
  color: #999;
  cursor: pointer; }

.neon_blue_button {
  background-color: none !important;
  border: 2px solid #22EBFF !important;
  border-radius: 2px;
  color: #22EBFF;
  font-family: 'Gotham-Bold', 'Roboto', Arial, sans-serif; }

.register2 {
  font-size: 13px;
  width: 100px;
  padding: 5px 0px; }

button:focus, input:focus {
  outline: none; }

.group {
  position: relative;
  margin: 25px 0; }

textarea {
  resize: none; }

input,
textarea {
  background: none;
  color: white;
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  border: none;
  border-radius: 0; }

input:focus,
textarea:focus {
  outline: none; }

input:focus ~ label,
input:valid ~ label,
textarea:focus ~ label,
textarea:valid ~ label {
  top: -12px;
  font-size: 12px;
  color: #22EBFF;
  letter-spacing: 1px; }

input:focus ~ .bar:before,
textarea:focus ~ .bar:before {
  width: 100%; }

input[type="password"] {
  letter-spacing: 0.3em; }

.formlabel {
  font-size: 15px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 19px;
  color: #999;
  transition: 300ms ease all;
  font-family: 'Gotham-Light', 'Roboto', Arial, sans-serif; }

.bar {
  position: relative;
  display: block;
  width: 100%;
  border-bottom: 1px solid white; }

.bar:before {
  content: '';
  height: 2px;
  width: 0;
  bottom: -1px;
  position: absolute;
  background: #22EBFF;
  transition: 300ms ease all;
  left: 0%; }

@media only screen and (max-device-width: 1080px) and (-webkit-min-device-pixel-ratio: 2) {
  .logo_traffic {
    display: none; }

  .welcome {
    font-size: 40px; }

  .help_info {
    font-size: 11px; }

  .description_login {
    font-size: 25px;
    margin-bottom: 100px; }

  .formlabel {
    font-size: 30px;
    top: 0px; }

  .toggle-password img {
    width: 40px; }

  input:focus ~ label, input:valid ~ label, textarea:focus ~ label, textarea:valid ~ label {
    top: -30px;
    font-size: 30px; }

  .group {
    position: relative;
    margin: 80px 0; }

  button {
    font-size: 35px; }

  .register2 {
    font-size: 35px;
    width: 100%;
    padding: 18px 0px; }

  .new_user {
    font-size: 30px;
    width: 100%;
    text-align: center; }

  .forgot_pass {
    font-size: 25px; }

  .goback {
    font-size: 30px; }

  input,
  textarea {
    font-size: 30px; }

  input:focus ~ label,
  input:valid ~ label,
  textarea:focus ~ label,
  textarea:valid ~ label {
    font-size: 30px; }

  .warning_forgot_password {
    font-size: 20px; }

  .error_message {
    font-size: 20px; }

  #rc-imageselect,
  .g-recaptcha {
    transform: scale(2);
    -webkit-transform: scale(2);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    margin-bottom: 100px;
    float: left; } }

/*# sourceMappingURL=login.css.map */
