.flex-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  position: absolute;
  max-width: 50px;
  z-index: 1000;
}

.video {
  margin-bottom: 10px;
  border-radius: 1rem;
  position: relative;
}

.flex-container.desktop {
  top: 20%;
  bottom: 30%;
  right: 25%;
  align-content: center;
}

.flex-container.mobile {
  bottom: 2.5%;
  margin-left: 20px;
  right: 5%;
}

.flex-change {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

.switch-btn {
  color: var(--white);
  width: max-content;
  text-align: center;
  margin-bottom: 5px;
}

.switch-btn:hover {
  text-decoration: none;
}

.switch-btn-img {
  height: 35px;
  width: 40px;
  margin-top: 10px;
}

.login-background {
  background-color: var(--ocean);
  background-image: url('/img/background/gradient_wave.png');
  background-position: top;
  background-size: cover; 
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.login-forms {
  width: 320px;
  position: absolute;
  top: 20%;
}

.login-forms.desktop {
  left: 35%;
  margin-left: -20%;
}

.login-forms.mobile {
  left: 50%;
  margin-left: -160px;
  top: 8% !important;
}

.text-header {
  text-align: center;
  position: relative;
  max-width: 400px;
  margin-bottom: 15px;
}

.footer {
  position: absolute;
  bottom: 5%;
  left: 35%;
  margin-left: -20%;
  margin-right: 80px;
}

.footer.mobile {
  left: calc(5% + 14px);
  margin-left: unset;
}

.appButtons {
  position: absolute;
  bottom: 5%;
  right: 5%;
  margin-left: 80px;
  display: flex;
  flex-direction: column;
}

.appButtons li {
  display: inline-flex;
  /* margin: 0 8px !important; */
}

.footer-logo {
  max-width: 100px;
}

.m-login__form-action {
  margin-top: 20px;
  text-align: center;
}

.heart {
  position: absolute;
  z-index: 10003;
}

.leftSide {
  top: -30px;
}

.rightSide {
  bottom: 125px;
  width: 55px;
  height: 55px;
}

.logo-height {
  max-height: 100px;
  margin-bottom: 20px;
}

.header-container {
  display: block;
}

.login-fields {
  margin-bottom: 5px;
}

.alertVisible {
  bottom: -5% !important;
}

.account-signin, .noaccount-call {
  min-height: 75px;
}

.shell {
  height: 35px;
  width: 40px;
  margin-right: 5px;
}


h1 {
  font-size: 45px;
}

h2 {
  font-size: 38px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}


.p1 {
  font-size: 20px;
}

.p2 {
  font-size: 18px;
}

.p3 {
  font-size: 16px;
}

.p4 {
  font-size: 14px;
}