* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  height: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  overflow: hidden;
  /* overflow-y: auto; */
  position: relative;
  color: white;
  background-color: #fff;
  margin-right: 0 !important;
  line-height: 1.42857143;
}

body.frame {
  padding: 0px;
}

@media (-webkit-min-device-pixel-ratio: 0) {
  #outer-wrapper {
    -webkit-filter: blur(0);
  }
}

#outer-wrapper {
  -moz-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
  height: 100%;
  position: relative;
}

.animate.translate-z-in.in {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
}

#outer-wrapper #inner-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  /* overflow-y: auto; */
}

#outer-wrapper #inner-wrapper #table-wrapper {
  position: absolute;
  display: table;
  width: 100%;
  height: 100%;
  padding: 50px 0;
  z-index: 1;
}

#outer-wrapper #inner-wrapper #table-wrapper .container {
  height: 100%;
  display: table;
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

#outer-wrapper #inner-wrapper #table-wrapper #row-header {
  position: relative;
  z-index: 1;
}

#row-header header {
  display: flex;
  gap: 20px;
}

.animate.fade-in.in {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.animate.animation-time-3s {
  -moz-transition: 3s cubic-bezier(0.69, 0.01, 0.1, 1.01);
  -webkit-transition: 3s cubic-bezier(0.69, 0.01, 0.1, 1.01);
  transition: 3s cubic-bezier(0.69, 0.01, 0.1, 1.01);
}

.animate.fade-in {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.animate {
  -moz-transition: 0.4s cubic-bezier(0.69, 0.01, 0.1, 1.01);
  -webkit-transition: 0.4s cubic-bezier(0.69, 0.01, 0.1, 1.01);
  transition: 0.4s cubic-bezier(0.69, 0.01, 0.1, 1.01);
}

a {
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  outline: none !important;
  color: white;
}

img {
  max-width: 100%;
}

#row-header header span {
  font-size: 22px;
  font-weight: 600;
}

#outer-wrapper #inner-wrapper #table-wrapper #row-content {
  display: table;
  height: 100%;
  width: 100%;
}


#outer-wrapper #inner-wrapper #table-wrapper #row-content #content-wrapper {
  display: table-cell;
  vertical-align: middle;
  -moz-perspective: 1000px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  z-index: 1;
}

.vertical-aligned-wrapper {
  display: table;
  height: 100%;
}

.vertical-aligned-wrapper .vertical-aligned-element {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.animate.translate-z-out.in {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
}

.animate.delay-05s {
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.animate.animation-time-2s {
  -moz-transition: 2s cubic-bezier(0.69, 0.01, 0.1, 1.01);
  -webkit-transition: 2s cubic-bezier(0.69, 0.01, 0.1, 1.01);
  transition: 2s cubic-bezier(0.69, 0.01, 0.1, 1.01);
  transition-delay: 0s;
}

.opacity-70 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

h2 {
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.45);
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 30px;
}

h1 {
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.65);
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 700;
}

p {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

.vertical-aligned-wrapper .vertical-aligned-element {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

#outer-wrapper #inner-wrapper #table-wrapper #row-content form {
  margin-bottom: 20px;
  border: thin solid #222;
}

.animate.translate-z-in.in {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
}

.animate.delay-03s {
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.animate.animation-time-2s {
  -moz-transition: 2s cubic-bezier(0.69, 0.01, 0.1, 1.01);
  -webkit-transition: 2s cubic-bezier(0.69, 0.01, 0.1, 1.01);
  transition: 2s cubic-bezier(0.69, 0.01, 0.1, 1.01);
  transition-delay: 0s;
}

.animate.translate-z-in {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: translateZ(10px);
  -ms-transform: translateZ(10px);
  -webkit-transform: translateZ(10px);
  transform: translateZ(10px);
  -moz-transition: 1.5s cubic-bezier(0.69, 0.01, 0.1, 1.01);
  -webkit-transition: 1.5s cubic-bezier(0.69, 0.01, 0.1, 1.01);
  transition: 1.5s cubic-bezier(0.69, 0.01, 0.1, 1.01);
}

form.has-background {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 20px;
}

.animate {
  -moz-transition: 0.4s cubic-bezier(0.69, 0.01, 0.1, 1.01);
  -webkit-transition: 0.4s cubic-bezier(0.69, 0.01, 0.1, 1.01);
  transition: 0.4s cubic-bezier(0.69, 0.01, 0.1, 1.01);
}

h2 {
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.45);
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 30px;
}

.form-group {
  margin-bottom: 15px;
}

input[type="text"],
input[type="email"],
input[type="date"],
input[type="time"],
input[type="search"],
input[type="password"],
input[type="number"],
input[type="tel"],
textarea.form-control {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  background-color: rgba(255, 255, 255, 0.02);
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: white;
  outline: none !important;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 13px;
  padding-right: 13px;
  width: 100%;
  height: inherit;
  font-size: 13px;
}

.btn.btn-framed {
  background-color: transparent;
  color: white;
  border-color: rgba(255, 255, 255, 0.3);
  background: #f87b20;
}

.btn.btn-default {
  border-color: white;
  border-style: solid;
  border-width: 2px;
  /* background-color: white; */
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.form-group .btn {
  padding-top: 8px;
  padding-bottom: 8px;
}

.btn {
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  outline: none !important;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

#outer-wrapper #inner-wrapper #table-wrapper #row-footer {
  bottom: 50px;
  position: relative;
}

.animate.delay-1s {
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  -moz-transition: 1s cubic-bezier(0.69, 0.01, 0.1, 1.01);
  -webkit-transition: 1s cubic-bezier(0.69, 0.01, 0.1, 1.01);
  transition: 1s cubic-bezier(0.69, 0.01, 0.1, 1.01);
  transition-delay: 0s;
}

.social-icons a {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  display: inline-block;
  width: 35px;
  height: 35px;
  color: white;
  text-align: center;
  line-height: 33px;
}

.social-icons a i {
  font-size: 18px;
}

.background-wrapper {
  background-color: black;
}

.background-wrapper,
.active-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  /* overflow-y: auto; */
}

.has-vignette::before {
  -moz-box-shadow: inset 0px 0px 300px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: inset 0px 0px 300px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0px 0px 300px rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
}

.opacity-40 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.bg-transfer {
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  /* overflow-y: auto; */
  z-index: -1;
  width: 100%;
}

.background-wrapper img,
.active-slider img {
  width: 100%;
  height: auto;
}

.bg-transfer img {
  display: none !important;
}

.backdrop {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  pointer-events: none;
  background-color: black;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 98;
}

.btn.btn-framed:hover,
.btn.btn-framed:active,
.btn.btn-framed:focus {
  background-color: transparent;
  color: white;
  border-color: white;
}

@media (max-width: 767px) {
  .vertical-aligned-wrapper {
    display: block;
    height: auto;
  }

  .vertical-aligned-wrapper .vertical-aligned-element {
    display: block;
  }
}

@media (max-width: 767px) {
  .vertical-aligned-wrapper .vertical-aligned-element {
    display: block;
  }
}

.social-icons a {
  border: thin solid #222;
}

.social-icons a img {
  padding-bottom: 2px;
}

.form-control:focus {
  border-color: #ff7d1f !important;
}

#content h2 {
  font-size: 18px;
  margin-bottom: 18px;
  margin-top: 10px;
}

.qr-code-div img {
  max-width: 120px;
  margin-bottom: 10px;
}

.qr-code-div .qrs {
  display: flex;
  gap: 20px;
}

.qrs .qr {
  text-align: center;
}

.qr-code-div.mobile {
  display: none;
}

@media(max-width:765px) {
  #brand img {
    max-width: 70px !important;
  }

  #row-header header span {
    font-size: 16px;
  }

  #outer-wrapper #inner-wrapper #table-wrapper {
    padding: 20px 0;
  }

  #content h2 {
    font-size: 14px;
    margin-bottom: 6px;
    margin-top: 0px;
  }

  h1 {
    font-size: 20px;
  }

  #outer-wrapper #inner-wrapper #table-wrapper #row-content #content-wrapper {
    vertical-align: baseline;
  }

  #content {
    margin-top: 3rem;
  }

  p {
    line-height: 20px;
    font-size: 12px;
  }

  .qr-code-div img {
    max-width: 65px;
    margin-bottom: 10px;
  }

  .android img {
    max-width: 24px;
  }

  .ios img {
    max-width: 18px;
  }

  .android,
  .ios {
    display: flex;
    gap: 5px;
  }

  h2 {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 20px;
    margin-top: 0;
  }

  input[type="text"],
  input[type="password"] {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
  }

  .login-div {
    margin-bottom: 0;
  }

  .qr-code-div {
    display: none;
  }

  .qr-code-div.mobile {
    display: block;
  }
}