.form-check{
  margin-left: 18px;
}
.container-login100 {
  width: 100%;  
  
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;  
}


.container-login100::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255,0.2);
}

.limiter {
  width: 100%;
  margin: 0 auto;
}
.wrapper{
  width: 500px;
    border-radius: 0px 0px 10px 10px;
    overflow: hidden;
    background: #001463;
}
.wrapper .wrap-header{
  padding: 30px 20px;
    text-align: center;
    background: #fff;
    box-shadow: 1px 1px 1px 1px #9b9b9b;
}
.wrapper .wrap-content{
  padding: 10px 40px;
}
.wrap-login100 {
  width: 500px;
    border-radius: 10px;
    overflow: hidden;
    padding: 55px 55px 37px 55px;
    background: #9152f8;
    background: #3f51b5;
    /*background: -o-linear-gradient(top,#fff 20%, #014991 50%);
    background: -moz-linear-gradient(top, #fff 20%, #014991 50%);
    background: linear-gradient(top, #fff 20%, #014991 50%);*/
} 

.txt1 {
  font-size: 13px;
  color: #e5e5e5;
  line-height: 1.5;
}
.login100-form {
  width: 100%;
}
.login100-form-title {
  font-size: 30px;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding-bottom: 20px;
  padding-top: 34px;
}

#loginform i.fa {
position: absolute;
top: 10px;
left: 12px;
font-size: 17px;
z-index: 9999;
color: #fff
}
#loginform .form-group{
position: relative;;
}
#loginform .form-control {
    position: relative;
   padding-left: 45px !important;

}
#loginform label{
    font-size: 15px;
    color: #fff;
    display: block;
    position: relative;
    cursor: pointer;
}
#loginform  input[type='email'], #loginform  input[type='password'], #loginform  input[type='text'] {
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  display: block;
  width: 100%;
  height: 45px;
  background: transparent;
  padding: 0 5px 0 38px;
  border: none;
  border-bottom: 2px solid rgba(255,255,255,0.24);
margin-bottom: 30px;
border-radius: 0px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
#loginform input:focus{
  border: none;
   border-bottom: 2px solid rgba(255,255,255,1);
}
.login100-form-btn {
  font-size: 16px;
  color: #555555;
  line-height: 1.2;
  padding: 10px;
  width: 100%;
  height: 40px;
  border-radius: 25px;
  background: #9152f8;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  margin-top: 20px;
}

.login100-form-btn::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background-color: #fff;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

    .login100-form-btn:hover {
        color: #555555;
    }


.remmember{
  margin-top: 30px;
}
::-webkit-input-placeholder {
    color:rgba(255,255,255,.5)!important;
}

::-moz-placeholder {
    color:rgba(255,255,255,.5)!important;
}

::-ms-placeholder {
    color:rgba(255,255,255,.5)!important;
}

::placeholder {
    color:rgba(255,255,255,.5)!important;
}

.hr-row{

}