

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body, html {
	height: 100%;
	font-family: 'Lexend Exa', sans-serif;
	overflow-x: hidden;
	overflow-y: hidden;
	overflow: hidden;
}

/*---------------------------------------------*/
a {
	font-family: 'Lexend Exa', sans-serif;
	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: #fff;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	font-family: 'Lexend Exa', sans-serif;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}


/*---------------------------------------------*/
input {
	outline: none;
	border: none;
	text-indent: 5px;
}

input:focus {
  border-color: transparent !important;
}

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; }

input::-webkit-input-placeholder { color: #fff; text-indent: 0;}
input:-moz-placeholder { color: #fff; text-indent: 0;}
input::-moz-placeholder { color: #fff; text-indent: 0;}
input:-ms-input-placeholder { color: #fff; text-indent: 0;}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

/*------------------------------------------------------------------
[ Containers ]*/

.container {
	width: 100%; 
	height:100%; 
	position: absolute; 
	top: 0%; 
	left: 0%;
}

.wrap-login {
	background-color: RGBA(0,0,0,0.5); 
	width: 500px; 
	height: 550px; 
	border-radius: 25px; 
	position: absolute; 
	top: 50%; 
	left: 50%; 
	margin-right: -50%; 
	transform: translate(-50%, -50%);
}

/*------------------------------------------------------------------
[ Input ]*/

.wrap-input {
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border-bottom: 2px solid rgba(255,255,255,0.24);
  margin-bottom: 30px;
}

.input {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;

  display: block;
  width: 100%;
  height: 45px;
  background: transparent;
  padding: 0 5px 0 38px;
}

/*---------------------------------------------*/ 
.focus-input {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input::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: #fff;
}

.input:focus {
  padding-left: 5px;
}

.input:focus + .focus-input::after {
  top: -22px;
  font-size: 18px;
}

.input:focus + .focus-input::before {
  width: 100%;
}

.has-val.input + .focus-input::after {
  top: -22px;
  font-size: 18px;
}

.has-val.input + .focus-input::before {
  width: 100%;
}

.has-val.input {
  padding-left: 5px;
}


/*------------------------------------------------------------------
[ Button ]*/
.container-login-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.login-form-btn {
  font-family: 'Lexend Exa', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #555555;
  line-height: 1.2;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 120px;
  height: 50px;
  border-radius: 25px;

  background: #ffffff;
  position: relative;
  z-index: 1;

  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}

.login-form-btn:hover {
  color: #ffffff;
  background: #398CCB;
}

/*------------------------------------------------------------------
[ social icons ]*/
.wrap-social-icons {
	color: #ffffff;
	font-size: 9px;
	position: absolute;
	top: 25px;
	right: 40px;
}
.s-icon {
	height: 40px;
	width: 40px;
	padding-bottom: 10px;
}

.s-icon2 {
	height: 40%;
	width: 40%;
	padding-bottom: 10px;
}

#fbook-a {
	fill:#3c5a9a;
}

#social-fb #fbook-a {
	-webkit-transition: all 0.4s;
  	-o-transition: all 0.4s;
  	-moz-transition: all 0.4s;
  	transition: all 0.4s;
}

#social-fb:hover #fbook-a {
	fill:#0990CC;
}

#fbook-b {
	fill:#fff;
}

#linkedin-a {
	fill:#0077b5;
}

#social-li #linkedin-a {
	-webkit-transition: all 0.4s;
  	-o-transition: all 0.4s;
  	-moz-transition: all 0.4s;
  	transition: all 0.4s;
}

#social-li:hover #linkedin-a {
	fill:#0990CC;
}

#linkedin-b {
	fill:#fff;
	fill-rule:evenodd;
}

#email-a {
	fill:#3c5a9a;
}

#social-e #email-a {
	-webkit-transition: all 0.4s;
  	-o-transition: all 0.4s;
  	-moz-transition: all 0.4s;
  	transition: all 0.4s;
}

#social-e:hover #email-a {
	fill:#0990CC;
}

#email-b {
	fill:#fff;
	fill-rule:evenodd;
}


/*------------------------------------------------------------------
[ Copyright ]*/
.copyright {
	font-family: 'Poppins', sans-serif;
	color: #ffffff;
	font-size: 9px;
	position: absolute;
	bottom: 25px;
	right: 25px;
}
.copyright a {
	font-family: 'Poppins', sans-serif;
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
	
	-webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
}
.copyright a:hover {
	font-size: 14px;
}


/*------------------------------------------------------------------
[ Responsive ]*/


@media screen and (max-width:700px) {
	.social {
		display: inline-block;
	}
}

@media screen and (orientation:portrait) {
	.social {
		display: inline-block;
	}
}


/*------------------------------------------------------------------
[ 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;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  pointer-events: none;

  font-family: 'Lexend Exa', sans-serif;
  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: "\f12a";
  font-family: FontAwesome;
  font-size: 16px;
  color: #c80000;

  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}


	



