				body {
					background-size: cover ;
					background-position: center;
					height: 100%;
				}
				
				
				.m-widget1 {
					padding: 0.2rem;
				}
				
				.m-widget1__item {
					border-bottom: none;
				}
				
				.m-widget1 .m-widget1__item {
					padding: 0.1rem 0;
				}
				.m-widget1__item .m-widget1__title {
					color: white;
				}
				
				.m-widget1 .m-widget1__title {
					color: white;
				}
				.m-subheader .m-subheader__title {
					color: white;
				}
				.form-control.m-input {
					color: green;
					font-weight:bold;
					font-size:1.2rem;
				}
				
				.m-widget1 .m-widget1__item:first-child {
					padding-top: 0rem;
				}
				
				.m-portlet.m-portlet--bordered-semi .m-portlet__body {
					padding: 0rem 1rem;
				}
				
				.option_item {
					padding: 1rem 1rem;
				}
				@media (max-width: 2400px) {body{width:40%}}
				
				@media (max-width: 1200px) {body{width:50%}}

				@media (max-width: 992px) {body{width:60%}}
				
				@media (max-width: 892px) {body{width:70%}}
				
				@media (max-width: 768px) {body{width:80%}}
				
				@media (max-width: 668px) {body{width:90%}}
				
				@media (max-width: 480px) {body{width:100%}}