body {
			font-size: 16px;
			font-weight: 300;
			color: #fff;
			line-height: 30px;
			text-align: center;
			background: rgba(50,114,148,1);
			background: -moz-radial-gradient(center, ellipse cover, rgba(50,114,148,1) 0%, rgba(12,51,72,1) 100%);
			background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(50,114,148,1)), color-stop(100%, rgba(12,51,72,1)));
			background: -webkit-radial-gradient(center, ellipse cover, rgba(50,114,148,1) 0%, rgba(12,51,72,1) 100%);
			background: -o-radial-gradient(center, ellipse cover, rgba(50,114,148,1) 0%, rgba(12,51,72,1) 100%);
			background: -ms-radial-gradient(center, ellipse cover, rgba(50,114,148,1) 0%, rgba(12,51,72,1) 100%);
			background: radial-gradient(ellipse at center, rgba(50,114,148,1) 0%, rgba(12,51,72,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#327294', endColorstr='#0c3348', GradientType=1 );
			height: 100%;
			margin: 0;
			background-repeat: no-repeat;
			background-attachment: fixed;
		    min-width:280px; /* suppose you want minimun width of 1000px */
			width: auto !important;  /* Firefox will set width as auto */
			width:1000px;             /* As IE ignores !important it will set width as 1000px; */
        }
.modalLog{
    background: rgba(255,255,255,0.1);
    padding: 20px;
    margin-top: 10%;
    border-radius: 5px;
}
