@charset "utf-8";
/* CSS Document */


.@import url(http://fonts.googleapis.com/css?family=Roboto:400);
@import url(http://fonts.googleapis.com/css?family=Roboto:400);


.form-control {
    border-radius: 10px;
}

.wrapper {
    text-align: center;
}



.form-login {
	background-image:url(../image/top-bg1.jpg);
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid #23282e;
    border-left: 3px solid #2e353d; 
    box-shadow: 0px 5px 12px 0px rgba(50, 50, 50, 0.75);
	margin-top:40px;
}

h4 { 
  
 border-bottom:1px solid #23282e;
 padding-bottom:10px;
 text-align: center;
 color:white;
 font-family: 'Droid Sans', sans-serif;
}
.btn-custom {
  background-color: hsl(201, 97%, 30%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#03a4fb", endColorstr="#026296");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#03a4fb), to(#026296));
  background-image: -moz-linear-gradient(top, #03a4fb, #026296);
  background-image: -ms-linear-gradient(top, #03a4fb, #026296);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #03a4fb), color-stop(100%, #026296));
  background-image: -webkit-linear-gradient(top, #03a4fb, #026296);
  background-image: -o-linear-gradient(top, #03a4fb, #026296);
  background-image: linear-gradient(#03a4fb, #026296);
  border-color: #026296 #026296 hsl(201, 97%, 25%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
}
}


