.login_main {
  width: 100%;
  float: left;
  position: relative;
  z-index: -5;
}
.lg_frm {
    width: 100%;
    float: left;
    position: relative;
    background-color: rgba(227, 62, 24, 0.05);
    padding: 28px 28px 0 28px;
    border-radius: 6px;
    margin-bottom: 20px;
    margin-top: 30px;
}
.lg_frm h1 {
  font-size: 32px;
  font-family: 'poppinsbold';
  letter-spacing: .5px;
  color: #E33E18;
  position: relative;
}
.lg_frm h1:before {
  content: "";
  width: 8px;
  height: 42px;
  background-color: #E33E18;
  float: left;
  position: absolute;
  left: -28px;
  border-radius: 0px 2px 2px 0px;
}
.lg_frm p {
  font-size: 14px;
  margin: 5px 0;
}
.lg_frm img {
  width: 100%;
  float: left;
}
.wrap-input100 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 100%;
    height: 62px;
    position: relative;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    margin-top: 15px;
    margin-bottom: 35px;
}

.login_f .wrap-input100.validate-input:nth-child(3) {
    margin-bottom: 25px;
}
    .validmsg {
        padding-top: 15px;
        font-size: 12px;
    }
input.input100 {
  height: 100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.input100 {
  display: block;
  width: 100%;
  background: transparent;
  font-size: 16px;
  color: #555555;
  line-height: 1.2;
  padding: 0 26px;
}
input {
  outline: none;
  border: none;
}
.focus-input100 {
  position: absolute;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  pointer-events: none;
  border: 1px solid #E33E18;
  border-radius: 10px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scaleX(1.1) scaleY(1.3);
  -moz-transform: scaleX(1.1) scaleY(1.3);
  -ms-transform: scaleX(1.1) scaleY(1.3);
  -o-transform: scaleX(1.1) scaleY(1.3);
  transform: scaleX(1.1) scaleY(1.3);
}
.label-input100 {
  font-size: 14px;
  color: #999999;
  line-height: 1.2;
  display: block;
  position: absolute;
  pointer-events: none;
  width: 100%;
  padding-left: 24px;
  left: 0;
  top: 26px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  font-family: 'poppinslight';
}
.txt1 {
  font-size: 12px;
  line-height: 1.4;
  color: rgba(85, 85, 85, 0.57);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.txt1:hover {
  color: #E33E18
}
.txt2 {
  font-size: 12px;
  line-height: 1.4;
  color: rgba(85, 85, 85, 0.57);
  float: right;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.txt2:hover {
  color: #E33E18
}
.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.login100-form-btn {
  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;
  border-radius: 10px;
  background: #E33E18;
  font-size: 12px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.input100:focus + .focus-input100 {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.eff-focus-selection {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.input100:focus {
  height: 48px;
}
.input100:focus + .focus-input100 + .label-input100 {
  top: 14px;
  font-size: 13px;
}
.has-val {
  height: 48px !important;
}

.has-val+.focus-input100+.label-input100 {
    top: 14px;
    font-size: 13px;
}
.login_f {
  width: 100%;
  float: left;
  background-color: #fff;
  box-shadow: 0px 5px 45px rgba(177, 174, 174, 0.16);
  border-radius: 8px;
  padding: 30px;
}
span.login100-form-title {
  font-size: 22px;
  font-family: 'poppinssemibold';
  color: #E33E18;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 5px;
}
.login_main .content_img {
  width: 100%;
}
.login_main .btn_register {width: 100%;}
input:-internal-autofill-selected {
    background-color: rgb(255, 255, 255) !important;
}
/* Change the white to any color ;) */
input:-webkit-autofill, 
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    border-radius: 8px;
}
.login_f span.error_guide {
    color: #e31837;
    font-size: 13px;
    padding-top: 6px;
    position: relative;
    padding-bottom: 20px;
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
    .login_main .col-sm-3 {
        padding: 0;
    }
    .lg_frm h1 {
        font-size: 24px;
    }
        .lg_frm h1:before {
            width: 7px;
            left: -20px;
            top: -5px;
        }
       /*.lg_frm img {
            display: none;
        }*/
    .login_f {
        margin: 40px 0;
    }


}

    /* Small devices (phones, 600px and down) */
    @media only screen and (max-width: 576px) {
        .login_main .col-sm-9.col-xs {
            padding: 0;
        }

        .lg_frm {
            padding: 28px 0 28px 0;
        }

        .login_f {
            padding: 30px 18px;
            margin-top: 40px;
        }

        .lg_frm h1 {
            font-size: 28px;
            padding-left: 20px;
        }

            .lg_frm h1:before {
                left: 0;
            }

        .lg_frm p {
            padding-left: 20px;
        }
/*
        .lg_frm img {
            display: none;
        }*/
    }