.head-bar{
	background-color:#1a70f1;
	color:#fff;
	position:static;
	box-shadow: 0 0 0 0;
}
.logo-bar{
	position:relative;
	text-align: center;
}
.logo-bar::after{
	content: '';
	display: block;
	position:absolute;
	width:100%;
	height:64px;
	top:0;
	z-index: -1;
}

.head-logo{
	display: block;
	width: 100%;
	height:150px;
}




.logo{width:100px;height:100px;border-radius: 5%;margin-top: -50px;}
.input-group{margin-bottom: 15px;border-bottom: 1px solid #ccc;}
.input-group-addon img{height: 34px;}
.un-border-group .input-group-addon img{height: 32px;}

.btn-login{
	position:relative;
	color:#fff;
	border:none;
	width:100%;
	background-color: #679cc9;
	z-index: 1;
	padding: 10px;
    font-size: 15px;
    border-radius: 10px;
}
.sub-bar{
	position:relative;
}
.sub-bar::after{
	content: '';
	position:absolute;
	height:10px;
	border-radius: inherit;
	bottom:0;
	left:5px;right:5px;
	margin: auto;
}
