html {
    position: relative;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

input[type=email]:focus, input[type=url]:focus, 
input[type=search]:focus, input[type=tel]:focus, 
input[type=color]:focus, input[type=text]:focus, 
input[type=password]:focus, input[type=datetime]:focus, 
input[type=datetime-local]:focus, input[type=date]:focus, 
input[type=month]:focus, input[type=time]:focus, 
input[type=week]:focus, input[type=number]:focus, textarea:focus {
    border-color: #408efd
}


.LBg {
	background: url("/assets/meta/2a7ee79b/img/indexBG.jpg");
	background-size: cover;
    height: 100vh;
    //min-height: 100vh;
    position: relative;
    width: 100vw
}
.LBg.bio {
	background: center url("/assets/meta/74b5374/img/bio_log_bg.jpg");
	background-size: cover;
}
.loginC {
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px
}
.bio .loginC {
    background: #fff;
    padding: 20px
}
h1 {
    font-size: 25px;
    margin: 30px 0 0;
    text-align: center
}
h1 img {
    display: block
}
h1 .p1 {
	margin: 0 auto 7px;
	width: 250px
}
h1 i {
    font-style: normal;
    font-size: 20px
}
.bio h1 {
    margin: 0 0 30px
}
#login-box {
    padding: 30px
}

.LBg .input-icon input {
    color: #000;
    font-size: 16px;
    height: auto;
    padding: 10px 10px 10px 60px
}
.LBg label {
    margin-bottom: 15px;
    position: relative
}
.icon- {
    color: #333;
    top: 10px;
    left: 10px;
    /* transform: translateY(-50%); */
    position: absolute;
    z-index: 2;
}
.LBg label b {
    color: #777;
    font-weight: 500;
    font-style: normal
}
.log-btn {
    background: none;
    border: 1px solid #fff; 
    color: #fff;
    font-size: 19px;
    opacity: .8;
    padding: 10px;
    transition: all .3s ease;
    width: 150px;
}
.btn {
    border: none;
    font-size: 16px;
    margin: 20px 0 0;
    padding: 10px;
    width: 100%
}



@media screen and (max-width: 640px) { 
	
}
@media screen and (max-width: 480px) {
	.loginC {
    	padding: 0 15px;
	}
	.LBg label {
	    width: 100%
	}
	#login-box {
	    padding: 35px 20px
	}
}
@media screen and (max-width: 991px) and (orientation: landscape) {
  html {
    overflow: auto;
  }
  .loginC {
    height: auto;
  }
  
}