.clearfix:after {



  content: "";



  display: block;



  clear: both;



  visibility: hidden;



  height: 0;



}







.inner_login_page {







  height: 88vh;



  background: url('../img/login_bg.jpg');



  background-repeat: no-repeat;



  background-size: cover;



  position: relative;



}







.inner_login_formp {



  position: absolute;



  top: 50%;



  left: 0;



  right: 0;



  transform: translateY(-50%);



}







.form_wrapper {



  background: #fff;



  width: 100%;



  max-width: 100%;



  box-sizing: border-box;



  padding: 50px 25px 60px 25px;



  position: relative;



  z-index: 1;



  border-top: 5px solid #228e5d;



  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.28);



  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.28);



  box-shadow: 0 0 8px rgba(0, 0, 0, 0.28);



}







.form_wrapper h2 {



  font-size: 1.5em;



  line-height: 1.5em;



  margin: 0;



  margin-bottom: 20px;



}







.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 10px;



  box-sizing: border-box;



  color: #4c4c4c;



}



/*.form_wrapper .col_half {



  width: 50%;



  float: left;







}*/



.form_wrapper .input_field {



  position: relative;



  margin-bottom: 20px;



}



.form_wrapper .input_field>span {



  position: absolute;



  left: 0;



  top: 0;



  color: #333;



  height: 35px;



  border-right: 1px solid #ccc;



  text-align: center;



  width: 30px;



}



.form_wrapper .input_field>span>i {



  padding-top: 10px;



}



.form_wrapper .textarea_field>span>i {



  padding-top: 10px;



}


#exp {

  margin-left: -15px;
}


.form_wrapper input[type="text"] {

  /*padding-left: 35px;*/

  width: 100%;




  /**padding-left: 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;



}



.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"] {



  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;



}



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



}



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



}



.form_wrapper input[type="submit"],
.form_wrapper input[type="button"] {



  background: #228e5d;



  height: 35px;



  width: 100%;



  max-width: 100%;



  border: none;



  border-radius: 0;



  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;



}



.form_wrapper input[type="submit"]:hover {



  background: #1f174b;



}



.form_wrapper input[type="submit"]:focus {



  background: #1f174b;



}



.form_wrapper input[type="checkbox"] {



  margin-right: 2px;



}



.bottom_row a {



  text-decoration: none;



  color: #4c4c4c;



}




/*.form_container .row .col_half.last {



  border-right: 1px solid #ccc;



}*/







.remember_me {



  display: flex;



}







.forgot_pw {



  text-align: right;

  font-weight: 600;

}


.forgot_pw a {
  color: #1f174b;
}




.social_btn {






  margin-bottom: 20px;



  font-size: 15px;



}

.social_btn a {
  font-weight: bold;
}

.social_btn a,
.gsign 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;



}



.social_btn.ln {



  background: #0077b5;



}



.social_btn.ln span {



  border-right: 1px solid #fff;



}







.create_account a {



  color: #1f174b;



  text-decoration: none;



  font-weight: 600;



}







.bottom_row {



  font-size: 13px;



  color: #ababab;



}














.credit {



  position: relative;



  z-index: 1;



  /*text-align: center;*/



  /*  padding: 15px;*/



  color: #f5ba1a;



}







.credit a {



  color: #e1a70a;



}







@media (max-width: 600px) {



  .form_wrapper .col_half {



    width: 100%;



    float: none;



  }







  .bottom_row .col_half {



    width: 50%;



    float: left;



  }







  .form_container .row .col_half.last {



    border-right: none;



  }







  .remember_me {



    padding-bottom: 20px;



  }



}











.create_account a:hover {



  color: #ed3124
}











.social_btn a:hover {



  color: #fff;



}







.bottom_row a:hover {



  color: #ed3124
}







.login_logo_goods1 {



  width: 170px;



  margin-top: 30px;



}

#lphone {
  display: none;
}


.eye-icon {
  /*    float: right;*/
  position: absolute;
  right: 0;
  width: 20% !important;
  text-align: right !important;
  padding: 10px;
  top: 0;
}

.top_logo_lg {
  width: 152px;
  margin: 15px auto;
}


span.srOr {

  width: 40px;

  height: 40px;

  border-radius: 50%;

  text-transform: uppercase;

  color: #000;

  background: #ebebeb;

  display: inline-block;

  padding-top: 8px;

  font-size: 18px;

  font-family: 'robotobold';

  margin: 15px auto;

}


@media (max-width: 767px) {

  span.icon {
    border-right: none;
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 36px;
  }


  .create_account {
    margin-top: 0.5em !important;
  }


  .gsign1 {
    display: inline-block;
    background: white;
    color: #444;
    width: 65%;
    border-radius: 5px;
    border: thin solid #888;
    box-shadow: 1px 1px 1px grey;
    white-space: nowrap;
    float: left;
  }



  .social_btn.fb1 {
    background: none;
    float: right;
  }

  .social_btn1 a span {
    align-items: center;
    align-self: stretch;
    display: flex;
    font-size: 17px;
    justify-content: center;
    margin-right: 10px width: 35px;
    height: 36px;
    border-radius: 5px;
  }






  .fb-icon {
    display: none ! important;
  }

  .g-icon {
    display: none ! important;
  }

  .gsign {
    box-shadow: none;
    border-radius: 50px;
  }

  .social_btn,
  .gsign {
    margin-bottom: 20px;
  }

  .social_btn a,
  .gsign a {
    height: 32px !important;
  }

  .spa-g {
    display: block;
  }

  .fb-align {
    margin-left: 0;
  }

  .sign-up-text {
    margin-top: 0;
  }

  .form_wrapper .row>div {

    border-radius: 5px;
  }


}



@media only screen and (max-width: 768px) {

  .sighn_pto{
    display: none !important;
  }
}