/*LOGIN SCREEN DESIGN*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,200;1,300;1,400&display=swap');
.conv-wrap, .action-wrap, .follow-wrap, .testi-img, .login-tp-icon 
{ max-width: 100%; background-size: 100%; background-image: url('../img/sprite-image.jpg'); }

@font-face {
  font-family: 'skyler';
  src:  url('../font/skyler.eot?ramscr');
  src:  url('../font/skyler.eot?ramscr#iefix') format('embedded-opentype'),
    url('../font/skyler.ttf?ramscr') format('truetype'),
    url('../font/skyler.woff?ramscr') format('woff'),
    url('../font/skyler.svg?ramscr#skyler') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

i{
   font-family: 'skyler' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
 /*Better Font Rendering ===========*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.skyler-padlock-1sk:before {
  content: "\e205";
}
.skyler-user-4sk:before {
  content: "\e293";
}
.skyler-visiblesk:before {
  content: "\e295";
}
.skyler-hidesk:before {
  content: "\e147";
}
html{
	height: 100%;
}

#login-screen{
    width: 100%;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    background-size: cover!important;
    background-attachment: fixed;
    min-height: calc(100vh - 142px);
    background: #fff;
    height: 100%;
/*    background-image: url(../img/login_screen_bg.jpg);*/
    background-repeat: no-repeat;
}
a{
	  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.skyler-360-logo {
    margin-bottom: 20px;
}

.login-col-left h1 {
    font-weight: 500;
    font-size: 30px;
    margin: 20px 0;
    line-height: 47px;
    max-width: 630px;
}

.login-col-left p{
    font-size: 22px;
    font-weight: 300;
}
.container {
    margin: 0 auto;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    height: 100%;
 }


.intro-login-row{
    max-width: 900px;
    width: 100%;
    color: #fff;
    align-content: space-between;
    justify-content: space-evenly;
    align-items: stretch;
    position: relative;
    z-index: 9999;
    min-height: 600px;
    display: flex;
    background: #fff;
    border-radius: 7px;
	overflow: hidden;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
	
}
.login-col-left{
    width: calc(40% - 100px);
    background: #fff;
    padding: 50px;
    height: 500px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: space-between;
}

.login-col-right {
    width: 54%;
	padding:50px;
    background: #f4f4f4;
}


.login-tp-icon{
    width: 59px;
    height: 59px;
    background-position: 0 95.487627%;
    background-size: 433.898305%;
    border-radius: 50px;
    opacity: 0.9;
    margin: 0 auto;
}

.form{
position: relative;
    width: 100%;
	    color: #646464;

}
.building-actionable {
	height: 126px;
	width: 36%;
	color: #FFFFFF;
	font-family: "Open Sans";
	font-size: 32px;
	font-weight: 300;
	letter-spacing: -0.5px;
	line-height: 42px;
	margin-top: 3%;
	margin-left: 63%;
}

.form h3 {
    margin: 0 0 26px;
    color: #646464;
    font-size: 15px;
	    font-weight: 400;
}
.form h3 a{
  display: block;
}
.form h3 a img{
  width: 25px !important;
  margin: 10px 0 !important;
}

#scanDiv {
  margin-bottom: 10px;
}
.Google-Authr-label{
  margin: 14px 0;
}
.gl-auth-info-2 {
  width: 100%;
  margin-bottom: 5px;
}
.welcome-back {
    color: #000000;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 57px;
            
}
.login-to-skyler-we {
	height: 60px;
	width: 385px;
	color: #0074C8;
	font-family: "Open Sans";
	font-size: 17px;
	letter-spacing: -0.48px;
	line-height: 60px;
	margin-left: 30%;
	margin-bottom: 7%;
}
.input {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    border: none;
    border-bottom: #147bf1;
    font-size: 17px;
    color: #80868B;
    padding: 6px 10px 6px 55px;
    background: #fff;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    box-shadow: 1px 1px 0px 0px #0910414d;
}
#txt_otp.input {
	 background-image: url('../img/google-authenticator.png');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position-y: 9px;
    background-position-x: 10px;
    margin-top: 6px;
}
.gl_download-link, .apl_download-link{
    margin-bottom: 15px;
    display: inline-block;
    margin-right: 7px;
    margin-top: 4px;
}

.gl_download-link img{
    width: 18px;
	opacity: 0.7;

}

.apl_download-link img{
    width: 20px;
	opacity: 0.7;

}
.gl_download-link:hover, .apl_download-link:hover{
	opacity: 1;	
}
.state-error input{
    border-bottom: 1.5px solid #ff0000;
}
.input:hover, .input:focus:not(.invalid){
	border: none;
	border-bottom: 0.83px solid #0074C8;
}

.input:focus{
	border: none !important;

}

.label {
    color: #646464;
    font-size: 15px;
    line-height: 22px;
    display: block;
    font-weight: 400;
    margin-bottom: 4px;
}
.login-button {
    height: 47px;
    width: 100%;
    margin-top: 10px;
}
.login {
	height: 19px;
	width: 110px;
	color: #FFFFFF;
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 19px;
	text-align: center;
}
.button {
    height: 44px;
    width: 100%;
    border: none;
    border-radius: 5px;
    background-color: #2196f3;
    outline: none;
    font-weight: 300;
	  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.button:hover {
    background-color: #60aafe;

}

.formDiv{

}
.inputField{
    margin-bottom: 15px;
	position: relative;
}
.skyler-verson {
    color: #80868B;
    font-size: 15px;
    line-height: 18px;
    margin: 30px auto 0;
    text-align: center;
}

.skyler-policy{
    color: #999999;
    font-size: 16px;
    margin: 25px 0 0;
    line-height: 18px;
}
.skyler-policy a {
    color: #147bf1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.txt-color-red{
    color: #a90329 !important;
    font-family: "Open Sans";
    font-size: 15px;
    margin-top: -10px;
}

.intro-mid-row {
    padding: 20px 4% 10px;
    width: 92%;
    display: flex;
	position: relative;
	z-index: 100;
}

.intro-mid-left-col{
    float: left;
    width: 55%;
    padding-right: 3%;
}


.intro-mid-right-col{
    float: left;
    width: 42%;
	position: relative;
}
.user-item-rwap {

}

.user-item-rwap .user-item{
}

/* Section */
.section-page {
  min-height: 40px;
  /* Slider section */
}
.section-page--slider {
 overflow: hidden;
margin-bottom: 55px;
margin-top: 80px;
}

/* Slider */
.multiple-items {
  /* Slider item */
}
.multiple-items__item {
  width: auto;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
    padding: 05px;	
}

.multiple-items__item a{
    width: 100%;
    height: 40px;
    align-items: center;
    color: #147bf1;
    display: block;
    font-size: 17px;
    text-decoration: none;
    background: #e7f2ff;
    line-height: 38px;
    border-radius: 5px;
}

.section-page--slider .slick-track{
    text-align: center;
}

intro-mid-right-col h4{
    width: 90%;
    text-align: center;
}

.testi-img{
    float: left;
    height: 75px;
    width: 78px;
    background-position: 0 86.587183%; 
	background-size: 328.205128%;
	margin-right: 18px;
}

.testi-wrap{
    float: left;
    width: 100%;
    padding-left: 0px;
	position: absolute;
	bottom: 8px;
	right: 0;
}

.join-text {
    width: 100%;
    margin: 20px 0 20px;
}

input:-internal-autofill-selected {
    appearance: menulist-button;
    background-color: rgb(255, 255, 255) !important;
    background-image: none !important;
    color: -internal-light-dark(black, white) !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c6c6c6;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #c6c6c6;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #c6c6c6;
}

.symbol-input100 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 24px;
    height: 24px;
    margin-left: 10px;
    pointer-events: none;
    color: #666;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    background-size: 24px;
    background-image: url(../img/user.svg);
    background-repeat: no-repeat;
}

.symbol-input110 {
display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 31px;
    height: 28px;
    margin-left: 10px;
    pointer-events: none;
    color: #666;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    background-size: 30px;
    background-image: url(../img/password.svg);
    background-repeat: no-repeat;
}

.login-footer{
    border-top: 1px solid #bfbfbf;
    padding: 7px 0px 0;
    overflow: hidden;
    margin: 0 auto -30px;
    width: 100%;
    text-align: center;
}

.login-footer .copyright{
    float: left;
    color: #4b4b4b;
    font-size: 13px;
    width: 100%;
    margin: 0px 0 15px;
}

.login-footer .copyright a {
    color: #fff;
}
.login-footer .footer-right{

}
.google-play-lnk{
width: 95px;
    height: 34px;
    display: inline-block;
    background-image: url(../img/gplay.png);
    background-size: 97%;
    background-position: center;
    background-repeat: no-repeat;
	
}
.app-store-lnk{
	width: 96px;
    background-position: 0 76.825843%;
    background-size: 263.917526%;
    height:34px;
	display: inline-block;
	background-image: url('../img/apple-store.png');    
	background-size: 97%;
    background-position: center;
    background-repeat: no-repeat;
	
}

@media only screen and (max-width: 1300px){
.login-col-left h1 {
    font-size: 38px;
}	
	
.container {
    margin: 90px auto 105px;
}
	
.intro-login-row {
     height: 315px;
}	
.skyler-360-logo {
    margin-bottom: 20px;
}
.intro-mid-row {
    width: 92%;
 }	
.intro-mid-right-col {
 width: 67%;
    margin-top: 88px;
}
	
.intro-mid-left-col {
    width: 54%;
}	
.skyler-policy {
     font-size: 15px;
}
	
}


/*TESTIMONIAL SLIDER*/
.lslide h5{
	margin: 15px 0 0;
    font-size: 15px;
}
.lslide p{
	margin: 0;
	color: #959595;
}

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
    margin: 0;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
/* End of Gallery*/

/* slider actions */

.lSAction {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 52px;
    height: 25px;
	background: #fff;
}


.lSAction > a {
    width: 25px;
    display: block;
    top: 0;
    height: 25px;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: 0;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
    background-size: 57%;
    background-position: center;
    background-color: #dcdcdc;
    border-radius: 2px;
    background-repeat: no-repeat;
}


.lSAction > a:hover {
    opacity: 1;
}


.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}



.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}



/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in {
  opacity:0;  /* make things invisible upon start */
  -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
}

.fade-in.one {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.fade-in.two {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay:1.2s;
  animation-delay: 1.2s;
}

.fade-in.three {
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

/*---make a basic box ---*/
.flow-box{
    position: relative;
    /* margin: 10px; */
    float: left;
     padding: 0 1%;
	opacity: 0,;
	text-align: center;

}

.flow-box img {
	margin: 0 auto;
    width: 250px !important;
 }

.flow-box h3{
	color: #000;
	display: block;
	font-size: 18px;
	margin-bottom: 0;
	text-align: left;
		font-weight: 300;
}

.flow-box h3 span{
	color:#0165ff !important;
	display: block;
	font-size: 20px;
}




.owl-carousel {
  width: 33.33%;
  margin: auto;
  position: relative;
  /*
   * Stage
   */
  /*
   * Items
   */
  /*
   * Navigation
   */
}
.owl-carousel .owl-stage-outer {
  overflow: visible;
}
.owl-carousel .owl-item .item {
  position: relative;
  padding: 20px 0px;
  color: #2d2828;
  text-align: center;
  opacity: 0;
  transition: all 1000ms ease;
  transform-style: preserve-3d;
  transform: translate3d(0, 40px, 0) scale(0.8);
  z-index: 1;
}
.owl-carousel .owl-item.sibling .item {
  opacity: 0;
  transform: translate3d(0, 20px, 0) scale(0.9);
}
.owl-carousel .owl-item.mirror-active .item, .owl-carousel .owl-item.active .item {
  opacity: 1;
  transform: translate3d(0, 0, 0px) scale(1);
  z-index: 2;
}
.owl-carousel .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #2ee090;
  transform: translateY(-50%);
  transition: all 250ms ease;
}
.owl-carousel .owl-nav [class*=owl-]:hover {
  background: #1cbf76;
}
.owl-carousel .owl-nav [class*=owl-].disabled:hover {
  opacity: 0.8;
  cursor: default;
}
.owl-carousel .owl-nav [class*=owl-]::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-left: 3px solid #2d2828;
  border-bottom: 3px solid #2d2828;
}
.owl-carousel .owl-nav .owl-prev {
  left: -20px;
}
.owl-carousel .owl-nav .owl-prev::after {
  left: 54%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.owl-carousel .owl-nav .owl-next {
  right: -20px;
}
.owl-carousel .owl-nav .owl-next::after {
  left: 46%;
  transform: translate(-50%, -50%) rotate(-135deg);
}


.owl-dots .owl-dot{
    width: 8px;
    height: 8px;
    border: 2px solid #656565;
    border-radius: 50px;
    float: left;
    margin-right: 4px;
}

.owl-dots .owl-dot.active{
	background:#656565;
}

.formDiv .form__group {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    margin-bottom: 15px;
}
.formDiv .form__group:last-of-type {
  margin-bottom: 0;
  flex-direction: column;
  justify-content: center;
}
.formDiv .form__group:last-of-type .form__text {
  text-align: center;
  margin-bottom: 1.5rem;
}
.formDiv .form__group:last-of-type .form__text:last-of-type {
  margin-bottom: 0;
}
.formDiv .form__group:last-of-type .form__link {
  color: #fff;
}
.formDiv .form__group .form__icon {
  position: absolute;
  top: 0;
  left: 1rem;
  display: flex;
  width: 2rem;
  height: 100%;
  color: #3b3b3b;
  font-size: 20px;
	line-height: 52px;
}
.formDiv .form__group .form__input {
    display: flex;
    width: calc(100% - 6rem);
    padding: 1rem 3rem;
    background: #ffffff00;
    font-size: 1.2rem;
    /* letter-spacing: 0.125rem; */
    color: #3b3b3b;
    border: none;
    outline: none;
    box-shadow: none;
    border-bottom: 0.1rem solid rgb(149, 149, 149, 40%);
}
.formDiv .form__group .form__input:focus + .form__input-after {
  width: 100%;
}
.formDiv .form__group .form__input:focus ~ .form__label, .formDiv .form__group .form__input:valid ~ .form__label {
  transform: translate3d(4rem, 0, 0);
  font-size: 0.25rem;
  color: #2b2e30;
}
.formDiv .form__group .form__input:-webkit-autofill, .formDiv .form__group .form__input:-webkit-autofill:hover, .formDiv .form__group .form__input:-webkit-autofill:focus, .formDiv .form__group .form__input:-webkit-autofill:active {
  -webkit-transition: 0s 50000s ease all;
  transition: 0s 50000s ease all;
}
.formDiv .form__group .form__input-after {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
  display: flex;
  width: 0;
  height:2px;
  background-color: #2196f3;
  transition: 0.25s cubic-bezier(0.694, 0.048, 0.335, 1) all;
}
.formDiv .form__group .form__label {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: calc(100% - 8rem);
  height: 2rem;
  font-size: 1.75rem;
  transform: translate3d(4rem, 2rem, 0);
  will-change: transform;
  transform-style: preserve-3d;
  transition: 0.25s cubic-bezier(0.694, 0.048, 0.335, 1) all;
  pointer-events: none;
	display: none;
}

.formDiv .form__group .form__btn {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 2rem 4rem;
  cursor: pointer;
  border: 0.1rem solid #fff;
  border-radius: 0.25rem;
  background: transparent;
  box-shadow: none;
  outline: none;
  text-transform: uppercase;
  transition: 0.25s cubic-bezier(0.694, 0.048, 0.335, 1) all;
}
.formDiv .form__group .form__btn::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 0;
  height: 100%;
  background-color: #fff;
  transition: 0.25s cubic-bezier(0.694, 0.048, 0.335, 1) all;
}
.formDiv .form__group .form__btn:hover {
  color: #1f2029;
}
.formDiv .form__group .form__btn:hover::after {
  width: 100%;
}
.formDiv .form__group .form__btn:hover .form__btn-text {
  color: #1f2029;
  transition: 0.25s cubic-bezier(0.694, 0.048, 0.335, 1) all;
}
.formDiv .form__group .form__btn .form__btn-text {
  position: relative;
  z-index: 99;
  font-size: 1.75rem;
  letter-spacing: 0.25rem;
  color: #fff;
}
.login__footer {
  display: flex;
  width: 100%;
  margin-top: 2.5rem;
}
.login__footer .login__subtitle {
  display: flex;
  width: 100%;
  justify-content: center;
}
.login__footer .login__subtitle h3.login__subheading {
  font-size: 1.9rem;
  font-weight: 200;
  margin: 5rem 0 2.5rem 0;
  color: rgba(255, 255, 255, 0.3);
}

.password-toggle-icon{
  position: absolute;
  right:0;
  top: 0;
  z-index: 100;
  padding: 1rem 0rem;
}
.password-toggle-icon i{
  font-size: 20px;
  cursor: pointer;
}
.formDiv .gl-auth{

    color: #000;
}