body {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  background: #f2f2f2;
  background-image:url(../Templates/img_login/back.jpg);
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

.form_wrapper {
  background: transparent;
  width: 700px;
  max-width: 100%;
  box-sizing: border-box;
  padding: 20px;
  margin: 5% auto 0;
  position: relative;
  z-index: 1;
  border-top: 0px solid #f5ba1a;
  -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
  
}
.form_wrapper h2 {
  font-size: 1.5em;
  line-height: 1.5em;
  margin: 0;
}
.form_wrapper .title_container {
  text-align: center;
  padding-bottom: 15px;
}
.form_wrapper h3 {
  font-size: 1.1em;
  font-weight: normal;
  line-height: 1.5em;
  margin: 0;
}
.form_wrapper .row {
  margin: 10px -15px;
}
.form_wrapper .row > div {
  padding: 0 15px;
  box-sizing: border-box;
}
.form_wrapper .col_half {
  width: 58%;
  float: left;
  padding-top: 40px !important;
}
.form_wrapper .input_field {
  position: relative;
  margin-bottom: 20px;
}
.form_wrapper .input_field > span {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  height: 100%;
  border-right: 0px solid #ccc;
  text-align: center;
  width: 30px;
}
.form_wrapper .input_field > span > i {
  padding-top: 33px;
}
.form_wrapper .textarea_field > span > i {
  padding-top: 10px;
}
.form_wrapper input[type="text"] {
  width: 100%;
  padding: 8px 10px 9px 35px;
  height: 35px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  outline: none;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  transition: all 0.30s ease-in-out;
  border-bottom: 1px solid #fff;
    border-right: 0px;
    border-left: 0px;
    border-top: 0px;
	background:transparent !important;
}
.form_wrapper input[type="text"]:focus {
  -webkit-box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
  -moz-box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
  box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
  border: 1px solid #f5ba1a;
}
.form_wrapper input[type="email"],.form_wrapper input[type="text"], {
  width: 100%;
  padding: 8px 10px 9px 35px;
  height: 35px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  outline: none;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  transition: all 0.30s ease-in-out;
  background:transparent;
  margin-top:7px;
  border-bottom: 1px solid #007ed7;
    border-right: 0px;
    border-left: 0px;
    border-top: 0px;
    color: #017eda;
}
.form_wrapper input[type="email"]:focus {
  -webkit-box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
  -moz-box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
  box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
  border: 1px solid #f5ba1a;
}
.form_wrapper input[type="password"] {
  width: 100%;
  padding: 8px 10px 9px 35px;
  height: 35px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  outline: none;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  transition: all 0.30s ease-in-out;
  background:transparent;
  margin-top:6px;
  border-bottom: 1px solid #007ed7;
    border-right: 0px;
    border-left: 0px;
    border-top: 0px;
    color: #017eda;
}
.form_wrapper input[type="password"]:focus {
  -webkit-box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
  -moz-box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
  box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
  border: 1px solid #f5ba1a;
  border-bottom: 1px solid #fff;
    border-right: 0px;
    border-left: 0px;
    border-top: 0px;
}
.form_wrapper input[type="submit"] {
  background: #017eda;
  height: 35px;
  line-height: 35px;
  width: 50%;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  font-size: 1.1em;
  margin-bottom: 10px;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  transition: all 0.30s ease-in-out;
  font-family:'Open Sans regular';
  font-size:14px;
}
.form_wrapper input[type="submit"]:hover {
  background: #017eda;
}
.form_wrapper input[type="submit"]:focus {
  background: #e1a70a;
}
.form_wrapper input[type="checkbox"] {
  margin-right: 2px;
}

.form_container .row .col_half.last {
  border-left: 1px solid #465c80;
  width:40%;
  background: #465c80;
  height:430px; 
}

.remember_me {
  display: flex;
}

.forgot_pw {
  text-align: right;
}

.social_btn {
  width: 100%;
  margin-bottom: 20px;
  font-size: 15px;
}
.social_btn a {
  align-items: center;
  color: #fff;
  display: flex;
  height: 35px;
  text-decoration: none;
}
.social_btn a span {
  align-items: center;
  align-self: stretch;
  display: flex;
  font-size: 17px;
  justify-content: center;
  margin-right: 10px;
  text-align: center;
  width: 35px;
}
.social_btn.fb {
  background: #3b5ca1;
}
.social_btn.fb span {
  background: #314d87;
}
.social_btn.tw {
  background: #45b0e4;
}
.social_btn.tw span {
  background: #26a3df;
}
.social_btn.gplus {
  background: #de4c33;
}
.social_btn.gplus span {
  background: #cc3a21;
}

.create_account a {
  color: #e1a70a;
  text-decoration: none;
  font-weight: bold;
}

.bottom_row {
  font-size: 0.7em;
  color: #ababab;
}
.bottom_row a {
  text-decoration: none;
  color: #ababab;
}

.credit {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 15px;
  color: #465c81;
}
.credit a {
  color: #465c81;
}
/*********************imgHeader logo customer and imgHeader1 logo stratos*****************/
@media (min-width: 480px) {
 #imgHeader{
	 width:102% !important; 
	 max-width:500px !important; 
	 max-height:95px;
	 height:auto;
	 margin-left:-10px;
	 }
 
 #imgHeader1{
	 width:102% !important; 
	 max-width:500px !important; 
	 max-height:78px;
	 height:auto;
	 margin-left:-10px;
	 }
}
@media only screen and (min-width:480) and (max-width: 729px) {


#imgHeader{
	width:100%;
	max-width:500px;
	max-height:95px;
	height:auto;
	}
	
#imgHeader1{
	width:100%;
	max-width:500px;
	max-height:78px;
	height:auto;
	}	
}

@media (max-width: 479px) {
#imgHeader{
	width:106%;
	max-width:500px;
	max-height:95px;
	height:auto;
	margin-left:-10px;
	}


#imgHeader1{
	width:106%;
	max-width:500px;
	max-height:78px;
	height:auto;
	margin-left:-10px;
	} 
}
@media (max-width: 600px) {
  .form_wrapper .col_half {
    width: 100% !important;
    float: none;
  }

  .bottom_row .col_half {
    width: 100%;
    float: left;
  }

  .form_container .row .col_half.last {
    border-left: none;
  }

  .remember_me {
    padding-bottom: 20px;
  }
  .leuko {
   display:none;
}
.form_wrapper input[type="text"],.form_wrapper input[type="password"]{ width:280px !important;}
.form_container .row .col_half.last {
   
    height: 330px !important;
}
.form_wrapper .col_half {
    width: 100% !important;
}
.form_container .row .col_half.last {
    border-left: 1px solid #465c80;
    width: 100% !important;
	    margin-top: -20px;
}
.lead{font-size:12px !important;}
.form_wrapper .title_container {
    text-align: center;
    padding-bottom: 15px;
    margin-top: -30px;
}
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff !important;
    opacity: 1; /* Firefox */
}

.leuko{background:#fff !important;height:430px;margin-right: 10px;margin-bottom:10px;}




.item-1, 
.item-2, 
.item-3 {
	position: absolute;
  display: block;
	top: 7em;
  
  width: 50%;
  
  font-size: 2em;

	animation-duration: 20s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}

.item-1{
	animation-name: anim-1;
}

.item-2{
	animation-name: anim-2;
}

.item-3{
	animation-name: anim-3;
}

@keyframes anim-1 {
	0%, 8.3% {
    left: -50%;
    opacity: 0;
    top: 35%;
}
8.3%, 25% {
    left: 35%;
    opacity: 1;
}
33.33%, 100% {
    left: 110%;
    opacity: 0;
}
}

@keyframes anim-2 {
	0%, 33.33% { left: -100%; opacity: 0; top:35%;}
  41.63%, 58.29% { left: 25%; opacity: 1; }
  66.66%, 100% { left: 110%; opacity: 0; }
}

@keyframes anim-3 {
	0%, 66.66% { left: -100%; opacity: 0;top:35%; }
  74.96%, 91.62% { left: 25%; opacity: 1; }
  100% { left: 110%; opacity: 0; }
}


ul {
    list-style-image: url('../Templates/img_login/check.png');
}

li{color:#595557 !important;font-size:14px;}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
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: #008df2;
  -webkit-box-shadow: 0 0 0px 1000px #465c80 inset;
  transition: background-color 5000s ease-in-out 0s;
  font-family:'Open Sans regular';
  font-size:14px;
}


.form_wrapper input[type="text"] {
    width: 100%;
    padding: 8px 10px 9px 35px;
    height: 35px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    outline: none;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;
    border-bottom: 1px solid #007ed7;
    border-right: 0px;
    border-left: 0px;
    border-top: 0px;
    background: transparent !important;
	color:#fff;
}

.form_wrapper .input_field > span > i {
    padding-top: 25px;
}

.fa-lock{padding-top:35px !important;}
input{width:200px !important;}
.button01{height:50px;width:100px;background: #007ed7;padding-top:10px;padding-bottom:10px;padding-left:30px;padding-right:30px;color:#fff;font-family:'Open Sans regular';font-size:14px;text-decoration:none; }

@media only screen and(max-width: 600px){

.leuko {
   display:none;
}
.form_wrapper input[type="text"],.form_wrapper input[type="password"]{ width:280px !important;}
.form_container .row .col_half.last {
   
    height: 330px !important;
}
.form_wrapper .col_half {
    width: 100% !important;
}
.form_container .row .col_half.last {
    border-left: 1px solid #465c80;
    width: 100% !important;
}
.lead{font-size:12px !important;}
}