html, body { height: 100%; width: 100%; margin: 0; padding: 0;}
form {
	padding: 2% 2.5em;
}
form li {
    border: 1px solid #B4B2B2;
    list-style: none;
    margin-bottom: 10px;
    width: 85%;
    background: white;
    border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
}

input[type="text"], input[type="password"] {
	
    width: %;
    padding: 10px;
    color: #ABABAB;
    font-size: 16px;
    outline: none;
    background: none;
    border: none;
	}
form li:hover{
	border:1px solid #40A9DF;
	 box-shadow: 0 0 1em #40A9DF;
	 -webkit-box-shadow: 0 0 1em #40A9DF;
	 -o-box-shadow: 0 0 1em #40A9DF;
	 -moz-box-shadow: 0 0 1em #40A9DF;
}

.btn{
	margin-right: 15px;
    float: right;
	margin-top: 10px;
    font-size: 18px;
    
    font-weight: 100;
    color: #fff;
    transition: 0.1s all;
    -webkit-transition: 0.1s all;
    -moz-transition: 0.1s all;
    -o-transition: 0.1s all;
    cursor: pointer;
    outline: none;
    padding: 12px 0px;
    margin-top: 3px;
    width: 40%;
    border: none;
    border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    background: #676767;
    background: linear-gradient(top, #5e5f5f, #424343);
    background: -ms-linear-gradient(top, #5e5f5f, #424343);
    background: -webkit-gradient(linear, left top, left bottom, from(#5e5f5f), to(#424343));
    background: -moz-linear-gradient(top, #5e5f5f, #424343);
    border: 1px outset #272727;
}
.btn:hover{
	color: #F2FFFC !important;
    background: #1c1c1c;	
}

.loginbox{
width: 400px; 
height: 450px; 
background-color: #000000; 
margin-top: 5%; 
color: #F5F5F5;
box-shadow:0px 1px 6px #666666;border-radius: 5px; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;  
background-position:bottom ;
background-repeat:no-repeat ;">
}
