body
{
	background-image:url("");

	padding: 0px;
	margin: 0px;
	font-family: 'Arial';
	font-size: 13px;
	
}
.login{
box-shadow: 0 3px 3px rgba(0,0,0,.3);
margin-left:400px;
margin-top:100px;
width:400px;
height:300px;
padding:40px;
border:5px solid ;
background-color:white;
opacity: 0.8;
    filter: alpha(opacity=40);
}

.input{

outline: none;
    display: block;
    width: 100%;
    margin: 0 0 20px;
    padding: 10px 15px;
    border: 1px solid #ccc;
    color: #ccc;
    font-family: "Roboto";
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    font-wieght: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    }
  
#big {

background: #0066A2;

color: black;

border-style: outset;

border-color: #0066A2;

height: 50px;

width: 300px;

font: bold 15px arial, sans-serif;

}


