/* Admin styles */

.osom-form {
	float: left; 
}

.logo-osom {
	float: right; 
	margin-right: 40px;
}

.osom-info {
	display: block; 
	float: left; 
	background-color: #fff;
	padding: 10px 20px;
    border-radius: 5px;
}

.osom-info p {
    line-height: 24px;
}

.osom-info p:before{
	content: ''; 
	background: url(../img/info.png);
	background-size: contain;
	float: left;
	height: 24px;
	margin-right: 10px;
    width: 6px;
}