﻿.comean {
  visibility: visible !important;
  opacity: 1;
}

@keyframes comego {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    visibility: hidden;
  }
}

.comeango {
  animation-name: comego;
  animation-duration: 0.7s;
  animation-delay: 0s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.greenindexload {
  width: 53px;
  opacity: 0.8;
  margin-left: -30px;
  margin-top: 55px;
  position: absolute;
}
.blur1 {
  filter: blur(1px);
}
@keyframes backfront {
  from {
    opacity: 0;
    visibility: visible;
  }

  to {
    opacity: 1;
    visibility: visible;
  }
}

.backfrn {
  animation-name: backfront;
  animation-duration: 1.5s;
  animation-delay: 0.7s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.backfrn2 {
  visibility: hidden;
}

.transformer4 {
  left: 51% !important;
}

.transformer3 {
  left: 29% !important;
}

.transformer2 {
  left: 73% !important;
}

.transformer1 {
  top: 20%;
  position: absolute;
  width: 18%;
  border: solid;
  padding-bottom: 30px;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 30px;
  border-color: #e4efe4;
  left: 15%;
  box-shadow: 9px 9px 11px 3px #696666;
  filter: brightness(0.8);
  left: 7%;
}

.transformerletter {
  top: 46%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.5vw;
  color: ghostwhite;
  font-family: "Cormorant SC", serif;
  letter-spacing: 3px;
  text-shadow: 1px 1px 4px #000;
  text-transform: uppercase;
  font-weight: 600;
  filter: brightness(0.8);
}

#a:hover + #b {
  filter: brightness(1.8);
}

#a:hover {
  filter: brightness(1.8);
}

#c:hover + #d {
  filter: brightness(1.8);
}

#c:hover {
  filter: brightness(1.8);
}

#e:hover + #f {
  filter: brightness(1.8);
}

#e:hover {
  filter: brightness(1.8);
}

#g:hover + #h {
  filter: brightness(1.8);
}

#g:hover {
  filter: brightness(1.8);
}

#b:hover + #a {
  filter: brightness(1.8);
}

#b:hover {
  filter: brightness(1.8);
}

#d:hover + #c {
  filter: brightness(1.8);
}

#d:hover {
  filter: brightness(1.8);
}

#f:hover + #e {
  filter: brightness(1.8);
}

#f:hover {
  filter: brightness(1.8);
}

#h:hover + #g {
  filter: brightness(1.8);
}

#h:hover {
  filter: brightness(1.8);
}

.show {
  display: inline-block !important;
}

.hide2 {
  visibility: hidden;
  width: -webkit-fill-available !important;
}
.hide {
  display: none!important;
}
.button1 {
  display: inline-block;
  border-radius: 4px;
  background-color: #11980e;
  border: none;
  color: #fff;
  opacity: 0.85;
  text-align: center;
  font-size: 25px;
  padding: 8px 0px;
  width: 140px;
  transition: all 0.5s;
  cursor: pointer;
  font-size: 20px;
  margin: 5px;
}

.button1 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button1 span:after {
  content: "\00bb";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button1:hover span {
  padding-right: 25px;
}

.button1:hover span:after {
  opacity: 1;
  right: 0;
}

a {
  text-decoration: none;
}

.txt-rt {
  text-align: right;
}
/* text align right */
.txt-lt {
  text-align: left;
}
/* text align left */
.txt-center {
  text-align: center;
}
/* text align center */
.float-rt {
  float: right;
}
/* float right */
.float-lt {
  float: left;
}
/* float left */
.clear {
  clear: both;
}
/* clear float */
.pos-relative {
  position: relative;
}
/* Position Relative */
.pos-absolute {
  position: absolute;
}
/* Position Absolute */
.vertical-base {
  vertical-align: baseline;
}
/* vertical align baseline */
.vertical-top {
  vertical-align: top;
}
/* vertical align top */
nav.vertical ul li {
  display: block;
}
/* vertical menu */
nav.horizontal ul li {
  display: inline-block;
}
/* horizontal menu */
img {
  max-width: 100%;
}
/*end reset*/

.text-line {
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  animation-delay: 10s;
  animation:
    dash 6s ease-out forwards 1.5s,
    filling 5s ease-out forwards;
  font-size: 78px;
}

.text-line text {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes filling {
  0%,
  90% {
    fill: #ffffff80;
    fill-opacity: 0;
  }

  100% {
    fill: #ffffff80;
    fill-opacity: 1;
  }
}

.padding-all {
  padding: 55px;
}

.header {
  text-align: center;
}

.header h1 img {
  width: 7%;
}

p,
a {
  font-family: serif;
}

.header h1 {
  font-size: 50px;
  color: #fff;
  font-family: "Cormorant SC", serif;
  letter-spacing: 3px;
  margin: 0 auto;
  text-shadow: 1px 1px 4px #000;
  text-transform: uppercase;
}

.design-w3l {
  width: 36%;
  margin: 0 auto;
}

.mail-form-agile {
  padding: 60px 40px;
  text-align: center;
  margin: 0px;
  color: #000;
  margin: 0 auto;
}

.padding {
  margin: 20px 0 22px;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

::-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

::-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.mail-form-agile input[type="text"],
.mail-form-agile input[type="password"] {
  padding: 13px 10px;
  width: 55.5%;
  font-size: 16px;
  outline: none;
  background: transparent;
  border: 0px;
  border-bottom: 1px solid #fff;
  border-radius: 0px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1.6px;
  color: #fff;
}

.outdiv {
  position: absolute;
  right: 35px;
  top: 19px;
}

.outimg {
  width: 32px;
}

.menu {
  display: block;
  margin: 0 auto;
  position: relative;
}

.menu:hover .outimg {
  filter: brightness(1.7);
}

.menu > li > a {
  background: #000;
  color: #fff;
  display: block;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
}

.menu ul {
  color: #a23535;
  background: #848484b3;
  height: 0;
  left: -85px;
  opacity: 0;
  position: absolute;
  transition: all 0.8s ease;
  top: 35px;
  width: 136px;
  padding: 2px 1px 3px 1px;
}

.menu ul:hover {
  background: #eceaea;
  color: #f54848;
}

.menu:hover ul {
  height: 31px;
  opacity: 0.8;
  border-radius: 4px;
  transform: translateY(0);
}

.menu ul a {
  color: #000;
  display: block;
  padding: 5px 20px;
}

.outlabel {
  font-family: "Ubuntu", sans-serif;
  font-weight: bolder;
  margin-right: 0px;
  font-size: 17px;
  padding-right: 0px;
  padding-top: 2px;
  display: block;
  cursor: default;
}

.mail-form-agile input[type="submit"] {
  font-size: 18px;
  padding: 10px 20px;
  letter-spacing: 1.2px;
  border: none;
  text-transform: capitalize;
  outline: none;
  background: #03a9f4;
  color: #fff;
  cursor: pointer;
  margin: 0 auto;
  font-family: "Open Sans", sans-serif;
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
}

.mail-form-agile input[type="submit"]:hover {
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
  background: rgba(91, 157, 214, 0.76);
}

.footer {
  text-align: center;
  letter-spacing: 1.6px;
  line-height: 22px;
  position: absolute;
  bottom: 0;
  width: 60%;
  left: 20%;
}

.foot2 {
}

.footer p {
    font-size: 0.8vw;
    color: #aeb1c1;
    margin: 0px;
    letter-spacing: 1.4px;
    font-family: monospace;
}
    .footer p span {
        color: #81d6ff;
        text-decoration-line: underline;
    }

.footer p a {
  color: #03a9f4;
  font-weight: blod;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.footer p a:hover {
  color: #fff;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

/*-- responsive media queries --*/

@media screen and (max-width: 1440px) {
  .design-w3l {
    width: 40%;
  }

  .header h1 img {
    width: 8.5%;
  }
}

@media screen and (max-width: 1366px) {
}

@media screen and (max-width: 1280px) {
  .design-w3l {
    width: 46%;
  }

  .mail-form-agile {
    padding: 40px;
  }
}

@media screen and (max-width: 1080px) {
  .padding-all {
    padding: 80px 50px;
  }

  .header h1 img {
    width: 8%;
  }

  .header h1 {
    font-size: 44px;
  }
}

@media screen and (max-width: 991px) {
  .design-w3l {
    width: 54%;
  }
}

@media screen and (max-width: 800px) {
  .padding-all {
    padding: 75px 30px;
  }

  .design-w3l {
    width: 60%;
  }

  .header h1 {
    font-size: 40px;
  }

  .header {
    padding-bottom: 50px;
  }

  .footer {
    padding-top: 50px;
  }
}

@media screen and (max-width: 667px) {
  .design-w3l {
    width: 75%;
  }
}

@media screen and (max-width: 640px) {
  .header h1 img {
    width: 10%;
  }

  .header h1 {
    font-size: 36px;
  }

  .mail-form-agile {
    padding: 35px 30px;
  }

  .mail-form-agile input[type="text"],
  .mail-form-agile input[type="password"] {
    font-size: 14px;
  }

  .mail-form-agile input[type="submit"] {
    font-size: 16px;
  }

  .footer p {
    font-size: 14px;
  }
}

@media screen and (max-width: 568px) {
  .padding-all {
    padding: 60px 20px;
  }

  .header h1 {
    font-size: 32px;
  }
}

@media screen and (max-width: 480px) {
  .header h1 {
    font-size: 28px;
  }

  .design-w3l {
    width: 92%;
  }

  .mail-form-agile input[type="submit"] {
    font-size: 14px;
  }

  .footer p {
    font-size: 13px;
  }
}

@media screen and (max-width: 414px) {
  .padding-all {
    padding: 50px 10px;
  }

  .header h1 {
    font-size: 24px;
  }
}

@media screen and (max-width: 384px) {
  .header {
    padding-bottom: 30px;
  }

  .header h1 {
    font-size: 22px;
  }

  .design-w3l {
    width: 100%;
  }
}

@media screen and (max-width: 320px) {
  .header h1 {
    font-size: 18px;
  }
}

.insidemybarcss {
    width: 100%;
    border-radius: 8px;
    text-align: center;
    font-weight: bold;
    transition: all 1s;
    height: 3px;
    background: rgb(77, 77, 77);
    border: none;
}

.insidemybarcssDark {
  width: 0%;
  border-radius: 8px;
  background-color: #3a843ade;
  text-align: center;
  font-weight: bold;
  border: 2px solid #ecececeb;
}

.barcss {
    margin: auto;
    border-radius: 10px;
    border: none;
    height: 3px;
    width: 40%;
    background: linear-gradient(45deg, #08bb2f, #2a7eff);
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
}

@keyframes barin {
  from {
    visibility: hidden;
  }

  to {
    visibility: visible;
  }
}

.barin {
  animation-name: barin;
  animation-duration: 0.6s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
}

@keyframes barout {
  from {
    visibility: visible;
  }

  to {
    visibility: hidden;
  }
}

.barout {
  animation-name: barout;
  animation-duration: 2s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
}


.polygiff {
  border: none;
  font-size: 150%;
  color: #f00;
  background-color: #fff;
  border-radius: 2px;
  padding: 0px 2px 0px 2px;
  width: 30px;
  margin-top: 0px;
  left: 50%;
  background: none;
  position: absolute;
  margin-left: -16px;
}

#logindiv {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 80%;
    align-items: center;
}



/*********************** INDEX LGIN *************************/


::selection {
    background: #2D2F36;
}

::-webkit-selection {
    background: #2D2F36;
}

::-moz-selection {
    background: #2D2F36;
}

.container {
    display: flex;
    margin: 0 auto;
    width: 100%;
}

@media (max-width: 767px) {
    .container {
        flex-direction: column;
        height: 630px;
    }
}

.left {
    background: white;
    /*height: calc(100% - 40px);*/
    top: 20px;
    position: relative;
    width: 0px;
    height: 280px;
    box-shadow: 0px 0px 40px 16px rgba(0,0,0,0.22);
    display: flex;
    justify-content: center;
    border-radius: 7PX;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    transition: width ease-in 1.5s;
}
    .left .header {
        transition: opacity ease-in 1s 1s;
        opacity: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
    }

@media (max-width: 767px) {
    .left {
        height: 100%;
        left: 20px;
        width: calc(100% - 40px);
        max-height: 270px;
    }
}

.login {
    font-size: 50px;
    font-weight: 900;
    margin: 50px 40px 40px;
}

.eula {
    color: #999;
    font-size: 14px;
    line-height: 1.5;
    margin: 40px;
}

.right {
    background: #454753;
    box-shadow: 0px 0px 40px 16px rgba(0,0,0,0.22);
    color: #F1F1F2;
    position: relative;
    width: 320px;
    height: 320px;
    /* margin-top: -15%; */
    border-radius: 7PX;
}

@media (max-width: 767px) {
    .right {
        flex-shrink: 0;
        height: 100%;
        width: 100%;
        max-height: 350px;
    }
}

.right svg {
    position: absolute;
    width: 320px;
    left: 0;
    top: 0;
}

.right svg path {
    fill: none;
    stroke: url(#linearGradient);
    stroke-width: 4;
    stroke-dasharray: 240 1386;
}

.form {
    margin: 40px;
    position: absolute;
}

    .form label {
        color: #c2c2c5;
        display: block;
        font-size: 14px;
        height: 16px;
        margin-top: 20px;
        margin-bottom: 5px;
        text-align: left;
        font-family: monospace;
    }

    .form input[type='password'],
    .form input[type='text'] {
        border: 0;
        color: #f2f2f2;
        font-size: 20px;
        height: 30px;
        line-height: 30px;
        outline: none !important;
        width: 100%;
        background: #606479;
        border-radius: 12px;
        padding: 0px 8px;
    }

    .form .hoverInd {
        border: 1px solid #5269df !important;
    }

    .form input[type='password']:focus,
    .form input[type='text']:focus {
            border: 1px solid #5269df;
            background: #4c4f5f;
        }

#submit {
    border: 0;
    font-size: 20px;
    height: 48px;
    line-height: 30px;
    outline: none !important;
    width: 95%;
    border-radius: 12px;
    color: #b3b3b3;
    transition: color 300ms;
    background: none;
    margin-top: 36px;
    cursor: pointer;
    border-radius: 26px;
    border: 1px solid #5563ad;
    font-family: monospace;
    transition: border linear .5s .3s;
    margin-left: 6px;
}

    #submit:hover, 
    #submit:focus {
        color: #f2f2f2;
        transition: border 0s;
    }

    #submit:active {
        color: #81f3d3;
        transition: border 0s;
        border: 0;
    }

.greenindexload {
    width: 53px;
    opacity: .8;
    margin-left: -30px;
    margin-top: 55px;
    position: absolute;
}

.button-35 {
    align-items: center;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: transparent 0 0 0 3px,rgba(18, 18, 18, .1) 0 6px 20px;
    box-sizing: border-box;
    color: #121212;
    cursor: pointer;
    display: inline-flex;
    flex: 1 1 auto;
    font-family: Inter,sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    justify-content: center;
    line-height: 1;
    margin: 0;
    outline: none;
    padding: 1rem 1.2rem;
    text-align: center;
    text-decoration: none;
    transition: box-shadow .2s,-webkit-box-shadow .2s;
    white-space: nowrap;
    border: 0;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

    .button-35:hover {
        box-shadow: #121212 0 0 0 3px, transparent 0 0 0 0;
    }

.goupIN {
    animation: goupIN 4s ease-in-out 2.5s forwards !important;
}

@keyframes goupIN {
    0% {
        bottom: -2000px;
    }

    100% {
        bottom: -38px;
    }
}


/*liness*************************************************************/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box !important;
}

html, body {
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    background-color: #e7effe;
    color: #000;
    line-height: 1.6;
    position: relative;
    font-family: sans-serif;
    overflow: hidden;
}

.lines {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: 0px;
    width: 100%;
    z-index: 50;
}


@-webkit-keyframes drop {
    0% {
        top: -50%;
    }

    100% {
        top: 110%;
    }
}

@keyframes drop {
    0% {
        top: -50%;
    }

    100% {
        top: 110%;
    }
}


.brand {
    /*width: 100%;*/
    /* height: 200px; */
    position: relative;
    margin: 0 auto;
}

/*
.brand:before {

  background-size: 100% 100%;
  content: "FZ";
  line-height: 205px;
  color: #ff004e;
  font-size: 20px;
  font-family: "HEAVITAS", "Helvetica Rounded", Arial, sans-serif;
  font-weight: bold;
  text-align: center;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  position: absolute;

  z-index: 99999 !important;
}
    */
.logo {
    animation: 5s linear infinite;
    animation-name: rotate-0;
    animation-delay: 0s;
    transform-origin: 50% 50%;
    transform: rotate(0deg);
    width: fit-content;
}


    .logo svg path {
        position: absolute;
        fill: none;
        stroke-width: 2;
        top: 0;
        left: 0;
        /*mix-blend-mode: multiply;*/
        transform-origin: 50% 50%;
        transform: rotate(0deg);
        animation: 4s linear infinite;
        stroke-dashoffset: 0!important;
        stroke-dasharray: 0!important;
    }

.logo svg path:nth-child(1) {
    opacity: 1;
    animation-name: rotate-1;
    animation-delay: .5s;
}

.logo svg path:nth-child(2) {
    opacity: .5;
    animation-name: rotate-2;
    animation-delay: .6s;
}

.logo svg path:nth-child(3) {
    opacity: .8;
    animation-name: rotate-3;
    animation-delay: .7s;
}


@keyframes scale-1 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(.9);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes rotate-0 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes rotate-1 {
    from {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(+180deg);
        stroke: #c22ecb;
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes rotate-2 {
    from {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(-180deg);
        stroke: #c22ecb;
    }

    to {
        transform: rotate(-360deg);
    }
}

@keyframes rotate-3 {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(0deg);
        stroke: #c22ecb;
    }

    100% {
        transform: rotate(0deg);
    }
}

.adlogoP {
    position: absolute;
    left: 78px;
    top: 77px;
    filter: brightness(1.1) contrast(1.2) hue-rotate(14deg);
    width: 41px;
    transform: scale(.9);
}

.adlogoPMG {
    width: 26px;
    /* filter: brightness(1.9) saturate(0); */
    position: absolute;
    left: 87px;
    top: 87px;
    /* opacity: 0.4; */
    filter: brightness(1) contrast(1.2) hue-rotate(14deg);
    transform: scale(1.3);
}

.css-selector {
    background: linear-gradient(243deg, #1d93f3, #0086d2, #1aa2f0, #005bb4);
    background-size: 800% 800%;
    -webkit-animation: cssbargradient 9s ease infinite;
    animation: cssbargradient 9s ease infinite;
}

@-webkit-keyframes cssbargradient {
    0% {
        background-position: 19% 0%
    }

    50% {
        background-position: 82% 100%
    }

    100% {
        background-position: 19% 0%
    }
}

@keyframes cssbargradient {
    0% {
        background-position: 19% 0%
    }

    50% {
        background-position: 82% 100%
    }

    100% {
        background-position: 19% 0%
    }
}


.css-selector-GB {
    background: linear-gradient(243deg, #4b4b4b, #0f0f0f) !important;
    background-size: 400% 400% !important;
    -webkit-animation: cssbargradient_GB 7s ease infinite !important;
    animation: cssbargradient_GB 7s ease infinite !important;
}

@-webkit-keyframes cssbargradient_GB {
    0% {
        background-position: 0% 43%
    }

    50% {
        background-position: 100% 58%
    }

    100% {
        background-position: 0% 43%
    }
}

@keyframes cssbargradient_GB {
    0% {
        background-position: 0% 43%
    }

    50% {
        background-position: 100% 58%
    }

    100% {
        background-position: 0% 43%
    }
}

.goup {
    animation: goupA 2s linear forwards !important;
}

@-webkit-keyframes goupA {
    0% {
        opacity: 1;
    }

    70% {
        opacity: 0;
        top: 0;
    }

    100% {
        top: -3000px;
        opacity: 0;
    }
}

.goupADLOGO {
    animation: goupADLOGO 4s ease-out forwards !important;
}

@-webkit-keyframes goupADLOGO {
    0% {
        margin-top: 0%;
    }

    10% {
        margin-top: 2%;
        opacity: .5;
    }

    13% {
        margin-top: 3%;
        opacity: .5;
    }

    100% {
        margin-top: -300%;
        opacity: 0;
    }
}


.VHDiv {
    /* display: none; */
    width: 45%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: #e7effe54;
    border-radius: inherit;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.VHDiv2 {
    width: 37px;
    height: inherit;
    background: #1818ff;
    background: #41ff41;
    opacity: .5;
    margin-left: -37px;
    z-index: 5;
    position: fixed;
}


.videoBgWrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ivdint {
    width: 55%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: inherit;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.videoBgCenter {
    display: flex;
    width: 89%;
    height: 83%;
    /* background: grey; */
    /* border: 6px solid white; */
    border-radius: 38px;
    /* box-shadow: 7px 7px 12px 0px #818181; */
    justify-content: center;
    align-items: center;
}

.videobg {
    /* position: absolute; */
    object-fit: cover;
    border-radius: inherit;
    cursor: default;
    width: 100%;
    height: 100%;
    z-index: -100;
    top: 0;
    left: 0;
    /*opacity:.1;*/
}

.svgSS {
    shape-rendering: auto;
    display: block;
    background: transparent;
    /* left: -1474px; */
    width: inherit;
    width: 100vw;
    /* height: 54vh; */
    position: absolute;
    background-size: cover;
    display: none;
}

.svgSBG {
    shape-rendering: auto;
    display: block;
    background: transparent;
    position: absolute;
    z-index: -10;
    width: 188vw;
    height: 109vh;
}

.W285 {
    width: 285px;
}

.RotY90 {
    opacity:1!important;
}

.tXTiNIs {
    display: inline-block;
    font-size: 22px;
    line-height: 1.1;
    text-align: left;
    font-family: barlow;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 300;
    color: #353535;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -20px;
}

.text__first, .text__second {
    position: relative;
    display: inline-block;
}
.text__first {
    font-weight: 300;
}
.text__second {
    margin-left: 104px;
    font-weight: 500;
    font-size: 13px;
    color: #09a750;
    text-transform: capitalize;
}
    .text__word {
        opacity: 1;
    }

.text__first-bg, .text__second-bg {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    transform-origin: left;
    transform: scaleX(0);
}

.text__first-bg {
    background-color: #5fbff9;
}

.text__second-bg {
    background-color: #f06543;
}

.awaitlogsvg {
    shape-rendering: auto;
    display: block;
    background: transparent;
    width: 32%;
    height: 22%;
    position: relative !important;
    filter: none !important;
    bottom: 0 !important;
    display: flex;
    margin-bottom: 42px;
}

.waitsvgdiv {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: absolute;
}


.lockLoginText {
    background: #30333f!important;
    color: #979797!important;
}