/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES

 */
 
 .login-info
 {
 	height: 97px!important;
 }
 .login-info>span
{
	height: 96px!important;
}
.login-info img
{
	width: 58px!important;
	border-radius: 50%!important;
	    margin-left: 28% !important;
	    margin-bottom: 7%;
}
.login-info a span
{
	margin-left: 18% !important;
}
#extr-page #header #logo {
    margin-top: 12px !important;
    margin-left: 0;
}
.noHover{
    pointer-events: none;
}
.requireastrick
{
	color: red !important;
}