@charset "utf-8";
/* CSS Document */

body{
	background:#f9f9f9;
}
.container-home
{
	width:1000px;
	margin-top:100px;
	text-align:center;
	font-family:Verdana,Geneva, sans-serif;
	font-size:25px;
}

.form-signin {
    max-width: 700px;
    padding: 19px 29px 29px;
    margin: 0 auto;
	//margin-top:90px;
    background-color: #fff;
	
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
       -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
            box-shadow: 0 1px 2px rgba(0,0,0,.05);
			
	font-family:Tahoma, Geneva, sans-serif;
	color:black;
	font-weight:lighter;
	left: 50%;
}
.imagecentre
{
	text-align:center;
}

.form-signin .form-signin-heading{
    color:#00A2D1;
}
.form-signin input[type="text"],
.form-signin input[type="password"],
.form-signin input[type="email"] {
    font-size: 16px;
    height: auto;
    padding: 7px 9px;
}

.signin-form
{
	//border:solid red 1px;
	margin-top:40px;
}
.navbar-brand{
	font-family:"Lucida Handwriting";
}
#btn-submit{
	height:45px;
}
.btn1 {
  -webkit-border-radius: 22;
  -moz-border-radius: 22;
  border-radius: 22px;
  text-shadow: 0px 0px 0px #666666;
  -webkit-box-shadow: 2px 1px 11px #666666;
  -moz-box-shadow: 2px 1px 11px #666666;
  box-shadow: 2px 1px 11px #666666;
  font-family: Arial;
  color: #000000;
  font-size: 14px;
  background: #fafafa;
  padding: 10px 15px 10px 15px;
  border: solid #86abc2 2px;
  text-decoration: none;
  width:190px;
  display:block;
  
}

.btn1:hover {
  background: #000;
  text-decoration: none;
  color: #ffffff;
}