/* CSS Document */

body {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin > h1  > a > img {
	margin:0 auto;
	max-width:200px;
	
}
.form-signin > .form-group > div {
	text-align: center;
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 5px;
}


.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  height: 45px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  margin-bottom: 10px;
  padding: 10px;
}


.form-control:focus {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  height: 45px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  margin-bottom: 10px;
  padding: 10px;
}


.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}



.btn-primary {
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: #fff;
  padding: 0px 10px 0px 10px;
  margin-bottom: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 12px;
  cursor: pointer;
  border: 1px solid #8c8c8c;
  height: 45px;
  width: 300px;
  border-radius: 0px;
  color: #000000;
  margin-left: 10px;
  margin-right: 10px;
	background-image:none;
	margin:0 auto;
	
}


.btn-primary:hover{
	
	 background-color: #00677F !important;
	color:#fff !important;
	 border: 1px solid  #00677F !important;
	background-image:none !important;
}


.btn-primary:focus{
	
	
	 background-color: #00677F !important;
	color:#fff !important;
	 border: 1px solid  #00677F !important;
	background-image:none !important;
}





.btn-primary:active{
	
	 background-color: #00677F !important;
	color:#fff !important;
	 border: 1px solid  #00677F !important;
	background-image:none !important;
	
}


@media screen and (max-width: 600px) {
			

		.form-signin > h1 > a > img {
		height:60px !important;
		}	
			body{
				padding-top:0px !important;
			}
			
		   
	}