



/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/poppins/Poppins-Regular.ttf'); 
}

@font-face {
  font-family: Poppins-Medium;
  src: url('../fonts/poppins/Poppins-Medium.ttf'); 
}

@font-face {
  font-family: Poppins-Bold;
  src: url('../fonts/poppins/Poppins-Bold.ttf'); 
}

@font-face {
  font-family: Poppins-SemiBold;
  src: url('../fonts/poppins/Poppins-SemiBold.ttf'); 
}




/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body, html {
	height: 100%;
	font-family: Poppins-Regular, sans-serif;
}

/*---------------------------------------------*/
a {
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
  color: #a64bf4;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}


/*---------------------------------------------*/
input {
	outline: none;
	border: none;

}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 9999s;
    -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #727273;}
input:-moz-placeholder { color: #727273;}
input::-moz-placeholder { color: #727273;}
input:-ms-input-placeholder { color: #727273;}

textarea::-webkit-input-placeholder { color: #727273;}
textarea:-moz-placeholder { color: #727273;}
textarea::-moz-placeholder { color: #727273;}
textarea:-ms-input-placeholder { color: #727273;}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}

/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: #666666;
}

.txt2 {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
  text-transform: uppercase;
}

.bg1 {background-color: #3b5998}
.bg2 {background-color: #1da1f2}
.bg3 {background-color: #ea4335}



/*//////////////////////////////////////////////////////////////////
[ login ]*/
.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  width: 100%;  
  min-height: 100vh;
  background: #f5f5f5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: %100 %100;
   
}

.wrap-login100 {
  position: absolute;
  /*width:325px;*/
  width: 400px;
  /*background: #222222;*/
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  opacity: 1.0;
  padding-top: 45px;
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 15px;
  -webkit-box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  -moz-box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  /*box-shadow: 0px 15px 30px 0px rgba(0,0,0,1.0);*/
}

@media (max-width: 576px) {
    .wrap-login100 {
      width: 300px;
    }
  }


/*------------------------------------------------------------------
[ Form ]*/

.login100-form {
  width: 100%;
}

.login100-form-title {
  display: block;
  font-family: Poppins-Regular;
  font-size: 23px;
  color: #727373;
  line-height: 1.2;
  text-align: center;
}



/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #5C5C5C;
}

.label-input100 {
  font-family: Poppins-Regular;
  font-size: 17px;
  color: #333333;
  line-height: 1.5;
  padding-left: 7px;
}

.input100 {
  font-family: Poppins-Medium;
  font-size: 16px;
  color: #adadad;
  line-height: 1.0;

  display: block;
  width: 100%;
  height: 55px;
  background: transparent;
  padding: 0 7px 0 43px;
}


/*---------------------------------------------*/
.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input100::after {
  content: attr(data-symbol);
  font-family: Material-Design-Iconic-Font;
  color: #727273;
  font-size: 22px;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: calc(100% - 20px);
  bottom: 0;
  left: 0;
  padding-left: 13px;
  padding-top: 3px;
}

.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #727273;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}


.input100:focus + .focus-input100::before {
  width: 100%;
}

.has-val.input100 + .focus-input100::before {
  width: 100%;
}

.input100:focus + .focus-input100::after {
  color: #727273;
  background: transparent;
}

.has-val.input100 + .focus-input100::after {
  color: #289bde;
}


/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.wrap-login100-form-btn {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 auto;

  box-shadow: 0 5px 30px 0px rgba(40, 155, 222, 0.2);
  -moz-box-shadow: 0 5px 30px 0px rgba(40, 155, 222, 0.2);
  -webkit-box-shadow: 0 5px 30px 0px rgba(40, 155, 222, 0.2);
  -o-box-shadow: 0 5px 30px 0px rgba(40, 155, 222, 0.2);
  -ms-box-shadow: 0 5px 30px 0px rgba(40, 155, 222, 0.2);
}

.login100-form-bgbtn {
  position: absolute;
  z-index: -1;
  width: 300%;
  height: 100%;
  background: #289bde;
  background: -webkit-linear-gradient(right, #000000, #289bde, #000000, #289bde);
  background: -o-linear-gradient(right, #000000, #289bde, #000000, #289bde);
  background: -moz-linear-gradient(right, #000000, #289bde, #000000, #289bde);
  background: linear-gradient(right, #000000, #289bde, #000000, #289bde);
  top: 0;
  left: -100%;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn {
  font-family: Poppins-Medium;
  font-size: 16px;
  color: #727273;
  line-height: 1.2;
  text-transform: uppercase;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 50px;
}

.wrap-login100-form-btn:hover .login100-form-bgbtn {
  left: 0;
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  bottom: calc((100% - 20px) / 2);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  right: 2px;
  pointer-events: none;

  font-family: Poppins-Regular;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 16px;
  bottom: calc((100% - 20px) / 2);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  right: 8px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}


/*//////////////////////////////////////////////////////////////////
[ Social item ]*/
.login100-social-item {
  font-size: 25px;
  color: #fff;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 5px;
}

.login100-social-item:hover {
  color: #fff;
  background-color: #333333;
}

/*//////////////////////////////////////////////////////////////////
[ Responsive ]*/

@media (max-width: 576px) {
  .wrap-login100 {
    padding-left: 45px;
    padding-right: 45px;
  }
} 

.g-recaptcha {
    transform:scale(0.78);
    transform-origin:0 0;
    padding-top: 20px;
}

.btn {
  background: #f1f1f1 !important;
  width: 100% !important;
  font-family: Poppins-Bold;
  font-weight: bold;
  letter-spacing: 2px;
}

.btn:focus {
  outline:none !important;
}

.neumorphic-btn {
  font-size: 16px;
  border: none;
  padding: 10px 40px;
  border-radius: 10px;
  color: #6D7587;
  /*background-color: var(--back-color);*/
  /*box-shadow: 3px 4px 6px 1px rgba(0, 0, 0, 0.3), 
              -2px -2px 4px 2px rgba(255, 255, 255, 1), 
              inset -14px -14px 20px -10px rgba(0, 0, 0, 0.1),
              inset 14px 14px 20px -10px rgba(255, 255, 255, 0.5) !important;*/  
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px,
              inset 0px 0px 4px rgba(255, 255, 255, .2),
              inset 7px 7px 15px rgba(55, 84, 170, 0),
              inset -7px -7px 20px rgba(255, 255, 255, 0),
              0px 0px 4px rgba(255, 255, 255, 0) !important;*/
  /*box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;*/
  transition: box-shadow .25s ease !important;
}

.neumorphic-btn:active {  
  box-shadow: rgb(60, 64, 67, 0.3) 2px 2px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset !important;
}


.switch {
   -webkit-transform: scale(0.60);
   transform: scale(0.60);
}

.switch {
   --line: #5C5C5C;
   --dot: #008FE2;
   --circle: #aaa;
   --duration: 0.3s;
   --text: #9ea0be;
   cursor: pointer;
}
 .switch input {
   display: none;
}
 .switch input + div {
   position: relative;
}
 .switch input + div:before, .switch input + div:after {
   --s: 1;
   content: '';
   position: absolute;
   height: 4px;
   top: 10px;
   width: 24px;
   background: var(--line);
   transform: scaleX(var(--s));
   transition: transform var(--duration) ease;
}
 .switch input + div:before {
   --s: 0;
   left: 0;
   transform-origin: 0 50%;
   border-radius: 2px 0 0 2px;
}
 .switch input + div:after {
   left: 28px;
   transform-origin: 100% 50%;
   border-radius: 0 2px 2px 0;
}
 .switch input + div span {
   padding-left: 56px;
   line-height: 24px;
   color: var(--text);
}
 .switch input + div span:before {
   --x: 0;
   --b: var(--circle);
   --s: 4px;
   content: '';
   position: absolute;
   left: 0;
   top: 0;
   width: 24px;
   height: 24px;
   border-radius: 50%;
   box-shadow: inset 0 0 0 var(--s) var(--b);
   transform: translateX(var(--x));
   transition: box-shadow var(--duration) ease, transform var(--duration) ease;
}
 .switch input + div span:not(:empty) {
   padding-left: 64px;
}
 .switch input:checked + div:before {
   --s: 1;
}
 .switch input:checked + div:after {
   --s: 0;
}
 .switch input:checked + div span:before {
   --x: 28px;
   --s: 12px;
   --b: var(--dot);
}
 

/*-----------------------*/

.sk-folding-cube {
   width: 1.5em;
   height: 1.5em;
   position: relative;
   margin: 0 auto 15px;
   transform: rotateZ(45deg);
}
 .sk-folding-cube .sk-cube {
   float: left;
   width: 50%;
   height: 50%;
   position: relative;
   transform: scale(1.1);
}
 .sk-folding-cube .sk-cube:before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: #008FE2;
   animation: sk-folding-cube-angle 2.4s infinite linear both;
   transform-origin: 100% 100%;
}
 .sk-folding-cube .sk-cube-2 {
   transform: scale(1.1) rotateZ(90deg);
}
 .sk-folding-cube .sk-cube-3 {
   transform: scale(1.1) rotateZ(180deg);
}
 .sk-folding-cube .sk-cube-4 {
   transform: scale(1.1) rotateZ(270deg);
}
 .sk-folding-cube .sk-cube-2:before {
   animation-delay: 0.3s;
}
 .sk-folding-cube .sk-cube-3:before {
   animation-delay: 0.6s;
}
 .sk-folding-cube .sk-cube-4:before {
   animation-delay: 0.9s;
}
 @keyframes sk-folding-cube-angle {
   0%, 10% {
     transform: perspective(140px) rotateX(-180deg);
     opacity: 0;
  }
   25%, 75% {
     transform: perspective(140px) rotateX(0deg);
     opacity: 1;
  }
   90%, 100% {
     transform: perspective(140px) rotateY(180deg);
     opacity: 0;
  }
}
 
.alert {
  font-size: 12px;
} 

.shine {
   overflow: hidden;
  }
  
  .shine::before {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    content: "";
    display: block;
    height: 100%;
    left: -75%;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 2;
  }
  
  .shine:hover::before, .shine:focus::before {
    animation: shine 0.85s;
  }
  
    @keyframes shine {
      100% {
        left: 125%;
      }
    }