/************************
 * Color Background *****
************************/
html.sm-user-ui  {
    background-size: 100%;
}

@media screen and (max-width: 768px) {
    html.sm-user-ui  {
        background-size: auto;
    }
}
.sm-user-ui .sm-page-content > .sm-page-layout >
    .sm-page-layout-region >
    .sm-page-layout-region-left {
    background-color: #000000;
            background-color: rgba(0,0,0, 0.40);
    }
h1.sm-page-widget-logo-text {
	font-size: 48px !important;
  	text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.35);
  	position: relative;
}


@media screen and (max-width: 640px) {
	.sm-tiles-cover .sm-image {
  		width: 640px;
    	min-height: 1% !important;
    	min-width: 1% !important;
	}

  	h1.sm-page-widget-logo-text {
   		font-size: 44px !important;
    	left: 0px;
  		}
	}


@media screen and (max-width: 480px) {
  	.sm-tiles-cover .sm-image {
  		width: 480px;
	}
  
  	h1.sm-page-widget-logo-text {
   		font-size: 32px !important;
		text-align: center;
  	}
}

@media screen and (max-width: 320px) {
  	.sm-tiles-cover .sm-image {
  		width: 320px;
	}
}

.sm-user-ui .sm-page-content > .sm-page-layout > .sm-page-layout-region > .sm-page-layout-region-left {
  	box-shadow: 0 0 10px rgba(0,0,0,.5)
}