*{
  margin:0;
  padding: 0;
}

ul li{
  list-style: none;
  margin:0;
}
a,
a:hover,
a:visited,
a:focus,
a:active,
input,button,select{
  text-decoration: none;
  outline: none;
}
html,body{
  height: 100%;
}
body {
  font: normal 14px 'Poppins';
  -webkit-text-size-adjust: 100%;
  height: 100%;
  color: #767676;
  letter-spacing: 0;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-stroke:1px transparent;
  position: relative;
  overflow-x: hidden;
  
  
}
h1{
  font:400 36px 'Poppins';
  color: #00bffd;
}
h2{
  font:500 30px 'Poppins';
  color: #00bffd;
}
h3{
  font:normal 24px 'Poppins';
  color: #00bffd;
}
p{
  line-height: 26px;
}
.clearfix{
  clear: both;
}

.main-login{
	display: table;
	height: 100%;
	width: 100%;
	background: url(../images/login.jpg) no-repeat;
	background-size: cover;
}
.login-box{
	display: table-cell;
	vertical-align: middle;
	/*text-align: center;*/
}
.login-control {
    width: 100%;
    min-height: 30px;
    padding: 0;
    box-sizing: border-box;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #4bdbee;
    color: #666;
}
.login-form-box {
    width: 30%;
    margin: 0 auto;
    /*background: rgba(0,0,0,0.1);*/
    background: rgba(255,255,255,0.99);
    padding: 35px 20px;
    position: relative;
    -webkit-box-shadow: -3px 3px 17px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: -3px 3px 17px 3px rgba(0,0,0,0.1);
    -ms-box-shadow: -3px 3px 17px 3px rgba(0,0,0,0.1);
    -o-box-shadow: -3px 3px 17px 3px rgba(0,0,0,0.1);
    box-shadow: -3px 3px 17px 3px rgba(0,0,0,0.1);

}
.login-form label{
	/*display: block;
	text-align: left;*/
	color: #333;
	text-transform: uppercase;
	font-size: 14px;
	transition: all 0.5s;
	transform: translateY(25px);
}
.login-form{
	margin-bottom: 25px;
}
.login-btn input {
    background: #b53821;
    border: 0;
    text-transform: uppercase;
    padding: 12px 30px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    font-size: 15px;
}
.login-btn{
  text-align: center;

}
.img-responsive{
	max-width: 100%;
}
.login-form-box figure{
	margin-bottom: 20px;
  text-align: center;
}
.login-form-box figure img{
  margin:0 auto;
}
.non-acc{
	margin-top: 20px;
  text-align: center;
}
.non-acc p{
	color: #333;
}
.non-acc p a{
	color: #17469e;
}


/*************************
placeholder color change
****************************/
.login-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333;
  font-size: 15px;
}
.login-form input::-moz-placeholder { /* Firefox 19+ */
  color: #333;
  font-size: 15px;
}
.login-form input:-ms-input-placeholder { /* IE 10+ */
  color: #333;
  font-size: 15px;
}
.login-form input:-moz-placeholder { /* Firefox 18- */
  color: #333;
  font-size: 15px;
}

/******************************
float div
********************************/

/* form starting stylings ------------------------------- */
.group        { 
  position:relative; 
  margin-bottom:30px; 
}
.group input,.group select {
    font-size: 14px;
    padding: 20px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #757575;
    box-sizing: border-box;
    color: #ada8a8;
    background: transparent;
}
.group input:focus     { outline:none; }

/* LABEL ======================================= */
.group label          {
  color:#999; 
  font-size:15px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:5px;
  top:10px;
  transition:0.6s ease all; 
  -moz-transition:0.6s ease all; 
  -webkit-transition:0.6s ease all;
}

/* active state */
.group input:focus ~ label, .group input:valid ~ label {
    top: -10px;
    font-size: 14px;
    color: #b74834;
}

/* BOTTOM BARS ================================= */
.bar  { position:relative; display:block; width:100%; }
.bar:before, .bar:after   {
  content:'';
  height:2px; 
  width:0;
  bottom:1px; 
  position:absolute;
  background:#b74834; 
  transition:0.6s ease all; 
  -moz-transition:0.6s ease all; 
  -webkit-transition:0.6s ease all;
}
.bar:before {
  left:50%;
}
.bar:after {
  right:50%; 
}

/* active state */
.group input:focus ~ .bar:before, .group input:focus ~ .bar:after {
  width:50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
  position:absolute;
  height:60%; 
  width:100px; 
  top:25%; 
  left:0;
  pointer-events:none;
  opacity:0.5;
}

/* active state */
.group input:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
  from { background:#b74834; }
  to  { width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
  from { background:#b74834; }
  to  { width:0; background:transparent; }
}
@keyframes inputHighlighter {
  from { background:#b74834; }
  to  { width:0; background:transparent; }
}
/**************************
rem forget pass
**************************/
.rem-forget-user{
	margin-bottom: 20px;
}
.rem-forget-user{
}
.rem-block{
	width: 50%;
  float: left;
}
.forget-block{
	width: 50%;
	text-align: right;
  float: left;
}
.span_pseudo, .chiller_cb span:before, .chiller_cb span:after {
  content: "";
  display: inline-block;
  background: #fff;
  width: 0;
  height: 0.2rem;
  position: absolute;
  transform-origin: 0% 0%;
}

.chiller_cb {
  position: relative;
  height: 2rem;
  align-items: center;
}
.chiller_cb input {
  display: none;
}
.chiller_cb input:checked ~ span {
  background:#7b200b;
  border-color:#7b200b;
}
.chiller_cb input:checked ~ span:before {
  width: 1rem;
  height: 0.15rem;
  transition: width 0.1s;
  transition-delay: 0.3s;
}
.chiller_cb input:checked ~ span:after {
  width: 0.4rem;
  height: 0.15rem;
  transition: width 0.1s;
  transition-delay: 0.2s;
}
.chiller_cb input:disabled ~ span {
  background: #ececec;
  border-color: #dcdcdc;
}
.chiller_cb input:disabled ~ label {
  color: #dcdcdc;
}
.chiller_cb input:disabled ~ label:hover {
  cursor: default;
}
.chiller_cb label {
  padding-left: 30px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  margin-bottom:0;
  color: #333;
}
.chiller_cb span {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 2px solid #8e2716;
  position: absolute;
  left: 0;
  transition: all 0.2s;
  z-index: 1;
  box-sizing: content-box;
}
.chiller_cb span:before {
  transform: rotate(-55deg);
  top: 10px;
  left: 0.37rem;
}
.chiller_cb span:after {
  transform: rotate(35deg);
  bottom: 0.35rem;
  left: 0.2rem;
}
.forget-block a{
	color: #17469e;
}

/******************************
media css
*********************************/
@media only screen and (max-width: 479px){
	.login-form-box {
	    width: 100%;
	    /*padding: 10px;*/
	    box-sizing: border-box;
	}
  .rem-forget-user {
      display: block;
  }
  .rem-block {
      width: 100%;
  }
  .forget-block {
      width: 100%;
      text-align: left;
      margin-top: 12px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px){
	.login-form-box {
	    width: 100%;
	    /*padding: 10px;*/
	    box-sizing: border-box;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
	.login-form-box {
	    width: 50%;
	}

}
@media only screen and (min-width: 992px) and (max-width: 1199px){}