@charset "UTF-8";/*!
 * Copyright (c) 2020 Animate.css
 */
 input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
            /* border: 1px solid green; */
     -webkit-text-fill-color: #fff;
     -webkit-box-shadow: 0 0 0px 1000px transparent inset;
      transition: background-color 5000s ease-in-out 0s;
}
:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1
}

*,
::after,
::before {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
  font-family: "Gill Sans", sans-serif;
}

body.EZ__animatedLoad .section-transformEZ{
  transform: scale(1) translateY(0%);
  opacity: 1;
}

.section-transformEZ {
  transition: all 0.6s ease-in-out 0.3s;
  transform: scale(0.5) translateY(100%);
  opacity: 0;
}

#wapper_LOGIN-EZTEC {
  background: url(back-grad.svg) top center;
  background-size: cover;
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  z-index: 1;
}

.header_top.loaded:before,
.header_top.loaded:after {
  content: '';
  position: fixed;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(element-left.png);
  width: 688px;
  height: 500px;
  z-index: 1;
  opacity: 1;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.header_top * {
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.header_top.loaded:after {
  content: '';
  background-image: url(element-right.png);
  left: inherit;
  right: 0;
}

.header_top {
  text-align: center;
  position: relative;
  z-index: 3;
}

.header_top * {
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.logo_link svg,
.logo_link img {
  height: 100%;
  width: auto;
}

.logo_link {
  width: auto;
  display: inline-block;
  position: fixed;
  top: 17px;
  left: 40px;
  height: 70px;
  z-index: 2;
}

.header_top.loaded .logo_link {
  top: 210px;
  height: 190px;
  left: 50%;
  transform: translate(-50%, 0%);
}

.slogan {
  color: #3ba0fc;
  text-transform: uppercase;
  display: inline-block;
  position: fixed;
  font-weight: bold;
  margin: 31.5px 0;
  font-size: 18px;
  top: 60px;
  width: auto;
  left: 40px;
  z-index: 1;
  animation-delay: 1s;
}

.header_top.loaded .slogan {
  margin: 50px 0;
  font-size: 60px;
  top: 360px;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
}

#wapper_ezTpage .logo_link {
  width: auto;
  display: inline-block;
  position: fixed;
  top: 1rem;
  left: 40px;
  height: 70px;
  z-index: 2;
}

.header_top.loaded .logo_link,
.header_top.loaded .slogan {
  -webkit-animation-name: loadedFadeInUp;
  animation-name: loadedFadeInUp;
  animation-delay: 0.4s;
}

.element-form {
  z-index: 1;
  width: 600px;
  height: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.validate-form {
  padding: 140px;
  height: 600px;
  flex-wrap: wrap;
  align-content: space-around;
}

.validate-form:after{
content: "";
    background-image: linear-gradient(#000000, #0095ff00), url(warehouse.jpg);
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 100%;
    z-index: -1;
    transition: transform .5s ease;
    transform: scale(0.9);
}

.element-form:hover .validate-form:after{
    transform: scale(1);
}

input,
textarea {
  outline: none;
  border: none;
}

textarea:focus,
input:focus {
  border-color: transparent !important;
  background: 0;
}

button {
  outline: none !important;
  border: none;
  background: transparent;
}

.wrap-input2 {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #ffffff;
  margin-bottom: 37px;
}

.input2 {
    display: block;
    width: 100%;
    background: 0 !IMPORTANT;
    background-color: transparent !important;
    font-size: 15px;
    color: #fff;
    line-height: 1.2;
}

.focus-input2 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input2::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  background: #004085;
  background: -webkit-linear-gradient(88deg, #dbecff, #00e35d);
  background: -o-linear-gradient(88deg, #dbecff, #00e35d);
  background: -moz-linear-gradient(88deg, #dbecff, #00e35d);
  background: linear-gradient(88deg, #dbecff, #00e35d);
}

.focus-input2::after {
  content: attr(data-placeholder);
  display: block;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  font-size: 13px;
  color: #ffffff;
  line-height: 1.2;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

input.input2 {
  height: 45px;
}

input.input2+.focus-input2::after {
  left: 0;
top: 16px;
}

textarea.input2 {
  min-height: 115px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.input2:focus+.focus-input2::after {
  top: -13px;
}

.input2:focus+.focus-input2::before {
  width: 100%;
}

.has-val.input2+.focus-input2::after {
  top: -13px;
}

.has-val.input2+.focus-input2::before {
  width: 100%;
}

.Wr-form-btn {
  position: relative;
  z-index: 1;
  border-radius: 50px;
  width: 50%;
  overflow: hidden;
  margin: 0 auto;
  border: solid 1.2px #00c5ff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.back-btn-hover {
  position: absolute;
  border-radius: 50px;
  z-index: -1;
  width: 300%;
  height: 100%;
  background: -webkit-linear-gradient(-135deg, #0095ff, #0a99f2, #77c4ff, #0e9ff9);
  background: -o-linear-gradient(-135deg, #0095ff, #0a99f2, #77c4ff, #0e9ff9);
  background: -moz-linear-gradient(-135deg, #0095ff, #0a99f2, #77c4ff, #0e9ff9);
  background: linear-gradient(-135deg, #0095ff, #0a99f2, #77c4ff, #0e9ff9);
  top: 0;
  left: -100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.Wr-form-btn:hover .back-btn-hover {
  left: 0;
}

.button-btn-hover {
  min-width: auto;
  padding: 0 30px;
  height: 50px;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  cursor: pointer;
}

.ezTelectron>div {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.inner-orbit {
  border: 2px #009fff dashed;
  border-radius: 100%;
  -webkit-animation: spin-right 5s linear infinite;
  animation: spin-right 5s linear infinite;
  width: calc(100% - -100px) !important;
  height: calc(100% - -100px) !important;
  left: -50px !important;
  top: -50px !important;
}

.inner-orbit-cirlces {
    position: absolute;
    top: 214px;
    left: 0;
    height: 42px;
    width: 42px;
    border-radius: 100%;
	border: solid 1px #fff;
    background-image: radial-gradient(circle at -6% 104%, hsl(211deg 100% 65.36%) 11.96800401206439%, transparent 75.20902830975928%), radial-gradient(circle at 71% 5%, hsl(202.59deg 100% 90.75%) 17%, transparent 74%), radial-gradient(circle at 43% 87%, hsl(202.59deg 100% 62.76%) 19%, transparent 84%), radial-gradient(circle at -9% -35%, hsla(202.58823529411765, 100%, 50%, 0) 53.06988924243381%, transparent 69.30461510067947%), radial-gradient(circle at 18% 100%, hsla(194.4360902255639, 100%, 73%, 1) 56.6689158275771%, transparent 82.6114907238635%);
    background-blend-mode: normal, normal, normal, normal, normal;
}

.middle-orbit {
  border: 2px #8dd4ff dashed;
  border-radius: 100%;
  -webkit-animation: spin-right 20s linear infinite;
  animation: spin-right 20s linear infinite;
  width: calc(100% - 130px) !important;
  height: calc(100% - 130px) !important;
  left: 60px !important;
  top: 60px !important;
}

.middle-orbit-cirlces {
    position: absolute;
    top: 50%;
    left: 0;
    height: 30px;
    width: 30px;
    border-radius: 100%;
	border: solid 1px #fff;
    transform: translate(-50%, -50%);
    background-image: radial-gradient(circle at -6% 104%, hsl(186.27deg 100% 50%) 11.96800401206439%, transparent 75.20902830975928%), radial-gradient(circle at 71% 5%, hsl(202.59deg 100% 79.11%) 17%, transparent 74%), radial-gradient(circle at 43% 87%, hsl(202.59deg 100% 62.76%) 19%, transparent 84%), radial-gradient(circle at -9% -35%, hsla(202.58823529411765, 100%, 50%, 0) 53.06988924243381%, transparent 69.30461510067947%), radial-gradient(circle at 18% 100%, hsla(194.4360902255639, 100%, 73%, 1) 56.6689158275771%, transparent 82.6114907238635%);
    background-blend-mode: normal, normal, normal,;
}

.outer-orbit {
  border: 2px #edf7ff dashed;
  border-radius: 100%;
  -webkit-animation: spin-right 20s linear infinite;
  animation: spin-right 20s linear infinite;
  width: calc(100% - 60px) !important;
  height: calc(100% - 60px) !important;
  left: 30px !important;
  top: 30px !important;
}

.outer-orbit-cirlces {
    position: absolute;
    top: -14px;
    left: 300px;
    height: 35px;
    width: 35px;
	border: solid 1px #fff;
    border-radius: 100%;
    background-image: radial-gradient(circle at -6% 104%, hsl(194.58deg 100% 50.49%) 11.96800401206439%, transparent 75.20902830975928%), radial-gradient(circle at 71% 5%, hsla(202.58823529411765, 100%, 50%, 1) 17%, transparent 74%), radial-gradient(circle at 43% 87%, hsl(0deg 0% 100%) 19%, transparent 84%), radial-gradient(circle at -9% -35%, hsla(202.58823529411765, 100%, 50%, 0) 53.06988924243381%, transparent 69.30461510067947%), radial-gradient(circle at 18% 100%, hsla(194.4360902255639, 100%, 73%, 1) 56.6689158275771%, transparent 82.6114907238635%);
    background-blend-mode: normal, normal, normal, normal, normal;
}

@-webkit-keyframes spin-right {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.login-EZTEC {
  position: static;
  padding: 0;
  height: 100%;
  display: inline-block;
  padding-top: 120px;
  overflow: hidden;
  width: 100%;
  height: calc(100vh - 120px);
}

.full-height {
    opacity: 1;
    transform: translateY(0%);
  transition: opacity 0.5s ease-in-out, transform 0.6s ease-in-out;
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
  margin: auto;
  height: calc(100% - 0px);
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1140px;
}

.full-height .row {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#wapper_LOGIN-EZTEC:before {
  content: '';
  position: absolute;
  left: 30px;
  bottom: 10%;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain;
  background-image: url(element-line1.3.png);
  width: 82px;
  height: 581px;
  opacity: 0;
  z-index: -1
}


.EZ__animatedLoad #wapper_LOGIN-EZTEC:before {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  opacity: 1;
}

#wapper_LOGIN-EZTEC:after {
content: '';
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate(0%, -100%);
    background-image: url(element-line1.2.png);
    width: 124px;
    height: 612px;
    opacity: 0;
    z-index: -1;
}

.EZ__animatedLoad #wapper_LOGIN-EZTEC:after {
opacity: 1;
    transform: translate(0%, -50%);
    transition: all 1.5s;
}

.transformCenter {
  position: absolute;
  width: auto;
  height: 600px;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.element-form:before,
.element-form:after {
content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 100%;
    font-weight: bold;
    background: radial-gradient(circle at top right, #ffffff, #e1f8ffb5 62%);
    z-index: -1;
}

.element-form:after {
    content: '';
    bottom: 0;
    left: 0;
    background: radial-gradient(circle at top right, #00cdfb, #7ae0ff00 62%);
}

form .wrap-input2[data-aos=zoom-in], .Wr-btn{
	opacity: 0;
	transition-duration: .8s;
	transition-timing-function: ease;
	transition-property: opacity, transform;
	transform: scale(.6);
}

.EZ__animatedLoad form .wrap-input2[data-aos=zoom-in], .EZ__animatedLoad .Wr-btn{
	opacity: 1;
	transition-delay: 0.8s;
	transform: translateZ(0) scale(1);
}

.EZ__animatedLoad form .wrap-input2[data-aos=zoom-in]:nth-last-child(2){
	transition-delay: 1s;
}

.EZ__animatedLoad .Wr-btn{
	transition-duration: .4s;
	transition-delay: 1.3s;
}

.EZ__animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-duration: var(--animate-duration);
	animation-duration: var(--animate-duration);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}


@keyframes loadedFadeInUp {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%);
  }

  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}


@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@media (max-width: 480px) {
.header_top.loaded .logo_link {
    height: 110px;
	    top: 260px;
}
	
	.header_top.loaded .slogan {
    font-size: 24px;
    top: 340px;
}
	
	.slogan, .logo_link{
		left: 50%;
		transform: translate(-50%, 0%);
		font-size: 18px;
}
	
	.login-EZTEC {
    padding-top: 0px;
    height: calc(100vh - 0px);
}
}

