img.bg {
			/* Set rules to fill background */
			min-height: 100%;
			min-width: 1024px;
			
			/* Set up proportionate scaling */
			width: 100%;
			height: auto;
			
			/* Set up positioning */
			position: fixed;
			top: 0;
			left: 0;
		}
		
		@media screen and (max-width: 1024px){
			img.bg {
				left: 50%;
				margin-left: -512px; }
		}
  
body{
    
    padding: 0 0;
}
.title{
 color:#919191;
 position:relative;
    font-family:monospace;
    font-weight:600;    
    background-color: #fff;
    width: 100%;    
    text-align:center;
    top: 0;
    overflow: visible;
    margin: 0 0;
    z-index: 10;
    border-bottom: 1px solid #c9c9c9;
    moz-box-shadow: 0 0 10px #CCCCCC;
    -webkit-box-shadow: 0 0 10px #CCCCCC;
    box-shadow: 0 0 10px #CCCCCC;
    line-height:50px;
    font-size:30px;
}
.box{
position:relative;
    margin-top:20px;
    border-radius: 5px;
    background-color: #fff;
    border: 2px solid #e6e6e6;
    padding: 10px;
    height: 240px;
    
    color: black;
    width: 50%;
}

.image{
    float:left;
    width:40%;
}
.login{
    float:left;
    text-align:left;
    width:60%;
}

.form {
    height: 30px;
    padding: 0px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.toi{
     color: #fff;
    background-color: #555;
}
.fw{
    width:100%;       
}
.label{
    color:#919191;
    font-size:20px;
    font-family:monospace;    
}