/* Below line is used for online Google font */
@import url(http://fonts.googleapis.com/css?family=Droid+Serif);
body{
	margin: 0px;
	padding: 0px;
}
h2{
text-align: center;
font-size: 24px;
color: #fffaf3;
}
hr{
margin-bottom: 30px;
}
div.container{

margin:50px auto;
font-family: 'Droid Serif', serif;
position:relative;
margin-left: 39%;
margin-top: 9%;
}
div.main{
    width: 320px;
    margin-top: 80px;
    float: left;
    padding: 10px 55px 40px;
    background-color: rgba(104, 140, 102, 0.65);
    /* border: 15px solid white; */
    box-shadow: 5px 1px 19px 6px;
    border-radius: 6px;
    font-size: 13px;
}
input[type=text],[type=password] {
width: 97.7%;
height: 34px;
padding-left: 5px;
margin-bottom: 20px;
margin-top: 8px;
box-shadow: 0 0 5px #928888;
border: 2px solid #95a6a7;
color: #4f4f4f;
font-size: 16px;
}
label{
color: #ffffff;

font-size: 17px;

}
#login {
width: 100%;
background: linear-gradient(#22abe9 5%, #36caf0 100%);
border: 1px solid #0F799E;
font-size: 20px;
margin-top: 15px;
padding: 8px;
font-weight: bold;
cursor: pointer;
color: white;
text-shadow: 0px 1px 0px #13506D;
}
#login:hover{
background: linear-gradient(#36caf0 5%, #22abe9 100%);
}