.log_main_banner{
	float:left;
	width:100%;
	height: 100%;
	background: #fff;
}
.login_ban1{
	float:left;
	width:100%;
	height: auto;
	padding: 10px 30px 50px 30px;
	box-shadow: 0px 0px 10px 0px #ddd;
}
.login_ban2{
	float:left;
	width:100%;
	background-image:linear-gradient(to right, rgba(255,255,255,1), rgba(0,0,0,.3)),url(../img/banner_img/ban1.jpg);
  	background-size: cover;
  	background-position: center center;
  	background-repeat: no-repeat;
}
.starttitle{
	float:left;
	width:100%;
	height: auto;
}
.fieldcover{
	float:left;
	width:100%;
	height: auto;
	margin-top: -20px;
}
.formfield{
	float:left;
	width:100%;
	height: auto;
}
.fields{
  float:left;
  width:100%;
  height: auto;
  margin-bottom: 10px;
}
#keyicon{
	margin-right: 10px;
}
.label {
  line-height:0.1;
}
.label span {
  display: inline-block;
  position: relative;
  left:20px;
  color:#484f52;
  font-size:15px;
  padding:0px;
}
.label span:before{
    content: "";
  position: absolute;
  height: 10px;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-top-left-radius:5px;
  top: 4px;
  left:-25px;
  width: 18px;
}
.label span:before {
  right: 100%;
  margin-right: 15px;
}

.submit_btn{
  height: 35px;
  width: auto;
  float:left;
  border: none;
  background: #1f7ba3;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  transition: all .3s ease;
  border-radius: 5px;
  padding-left:25px;
  padding-right: 25px;
}
.submit_btn:hover{
  background: #07597d;
}
#spinner1{
  float:left;
  color: #008ECC;
  font-size: 30px;
  position: relative;
  top: 5px;
  display: none;
}
#success_ban{
  position: fixed;
  top:50px;
  right: 0px;
  z-index: 99;
  width: 25%;
  background: #60c720;
  color: #fff;
  font-size: 16px;
  padding: 25px 20px;
  box-shadow: 2px 8px 20px -5px #aaa;
  display: none;

}
#error_ban{
  position: fixed;
  top:50px;
  right: 0px;
  z-index: 99;
  width: 25%;
  background: #f7362f;
  color: #fff;
  font-size: 16px;
  padding: 25px 20px;
  box-shadow: 2px 8px 20px -5px #aaa;
  display: none;
}
#success_ban i,
#error_ban i{
  margin-right: 10px;
  font-size: 20px;
}

.starttitle {
	float:left;
	width: 100%;
	position: relative;
	align-items: center;
	height: auto;
	-webkit-animation: secFadeIn 1s forwards;
	-moz-animation: secFadeIn 1s forwards;
	-o-animation: secFadeIn 1s forwards;
	animation: secFadeIn 1s forwards;
	-webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    opacity: 0;
    transform: translateY(50px);
 }

  svg{
 	width:100%;
  	position: relative;
  	z-index: 99;
  }
svg text {
	font-family: PlayfairDisplay-Black;
	stroke: #ff3c00;
	font-size: 50px;
	stroke-width: 2;
	position: relative;
	transition: all .4s ease;
	-webkit-animation: textAnimate 3s infinite alternate;
  	-moz-animation: textAnimate 3s infinite alternate;
  	-o-animation: textAnimate 3s infinite alternate;
  	animation: textAnimate 3s infinite alternate;
}

@-webkit-keyframes textAnimate {
  0% {
    stroke-dasharray: 50% 0;
    stroke-dashoffset:  20%;
    fill:hsla(240,100%,9.8%,0%);

  }
  
  100% {
    stroke-dasharray: 0 10%;
    stroke-dashoffset: -30%;
    fill: hsl(14.1,100%,50%);
  }
  
}
@-moz-keyframes textAnimate {
  0% {
    stroke-dasharray: 50% 0;
    stroke-dashoffset:  20%;
    fill:hsla(240,100%,9.8%,0%);

  }
  
  100% {
    stroke-dasharray: 0 10%;
    stroke-dashoffset: -30%;
    fill: hsl(14.1,100%,50%);
  }
  
}
@-o-keyframes textAnimate {
  0% {
    stroke-dasharray: 50% 0;
    stroke-dashoffset:  20%;
    fill:hsla(240,100%,9.8%,0%);

  }
  
  100% {
    stroke-dasharray: 0 10%;
    stroke-dashoffset: -30%;
    fill: hsl(14.1,100%,50%);
  }
  
}
@keyframes textAnimate {
  0% {
    stroke-dasharray: 50% 0;
    stroke-dashoffset:  20%;
    fill:hsla(240,100%,9.8%,0%);

  }
  
  100% {
    stroke-dasharray: 0 10%;
    stroke-dashoffset: -30%;
    fill: hsl(14.1,100%,50%);
  }
  
}

@-webkit-keyframes secFadeIn {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-moz-keyframes secFadeIn {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-o-keyframes secFadeIn {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes secFadeIn {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}