html {
    position: relative;
    height: 100%;
    overflow: hidden;
    width: 100%;
}
.login-layout {
    background-color: #fdd93a
}
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: #e9d81a
}

.LBg {
	background: url("/assets/meta/115bc9ff/img/login_bg.jpg");
	background-size: cover;
    height: 100vh;
    //min-height: 100vh;
    position: relative;
    width: 100vw
}
.loginC {
    background: #fafbfd;
    border-radius: 150px 150px 10px 10px;
    position: absolute;
    top: 12vh;
    left: 22vw;
    width: 300px
}
h1 {
    font-size: 25px;
    margin: 80px 0 0;
    text-align: center
}
h1 img {
    display: block
}
h1 .p1 {
	margin: 0 auto 7px;
	width: 70px
}
h1 .p2 {
	margin: 0 auto;
	width: 220px
}
h1 i {
    font-style: normal;
    font-size: 20px
}
#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 50px;
	}
	
}
@media screen and (max-width: 991px) and (orientation: landscape) {
  html {
    overflow: auto;
  }
  .loginC {
    height: auto;
  }
  
}