#homepage_banner_slider .item{
	height: 100vh;
	background-size: cover !important;
	background-position: center center !important;
}
#homepage_banner_slider .owl-controls {
    position: absolute;
    bottom: 20px;
    transform: translateX(-50%);
    left: 50%;
}
********login css********/
.login-sec{
	height: 100vh;
	background-size:cover !important;
	background-repeat:no-repeat !important;
	background-position:center center !important;
}
.login-right img, .login-left img {
    width: 150px;
    margin: 5px 0px;
}
.login-inner-sec p {
    color: #f5f5f5;
    margin: 30px 0px;
    font-size: 15px;
    line-height: 21px;
}
.login-inner-sec h4 {
    color: #333;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: 500;
}
.login-inner-sec {
    width: 320px;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.form-sec {
	width: 350px;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
}
.form-sec img {
    width: 180px;
}
.form-sec form input {
    border: 1px solid #777;
    font-size: 15px;
    height: 40px;
    border-radius: 0px;
}
.form-sec form input:focus {
	outline: none;
	box-shadow: none;
	border: 1px solid #222;
}
.form-sec form{
	padding: 0px 15px;
}
.submit-btn{
	width: 100%;
    height: 40px;
    border-radius: 0px;
    margin-bottom: 15px;
    border: 1px solid #3475c9;
    color: #f5f5f5;
    padding: 3px 10px;
    font-size: 14px;
    font-weight: 600;
    display: block;
	background: #3475c9;
}
.powered-by p {
    font-size: 16px;
    color: #222;
}
.loged-in span {
	margin-top: 20px;
    background: #fff;
    color: #222;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 5px;
}
.forgot-pass a{
	color: #333;
	text-decoration: none;
}

