.topber{
	background:#000;
	color:#fff;
	padding: 10px 0px;
	
}
.topber-main{
	justify-content: space-between;
	
	display: flex;
	
}
.login-section a{
	color: #fff;
	text-decoration: none;
}
@media (max-width:767px){
	.topber-main{
		font-size: 12px;
	}
}
