@font-face {
  font-family: "Roboto-Regular";
  src: url("/stylesheets/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  src: url("/stylesheets/fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  src: url("/stylesheets/fonts/Roboto/Roboto-Medium.ttf") format("truetype");
}

.underline {
  border-bottom: 1px solid #c3c2c2;
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 7px;
}

body{
	color: #999999;
  font-family: Roboto-Regular;
  background-image: url("/images/slider.jpg");
  background-size: cover;
}
.nav-bg {
  height: 65px;
  background-color: #fefefe;
}
.wrapper {
	margin-top: 80px;
	margin-bottom: 20px;
}
.navbar-nav > li > a {
  font-family: Roboto-Regular;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-align: left;
  color: #999999;
  padding-top: 25px;
}

.navbar-nav > li > a:hover {
  font-family: Roboto-Regular;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-align: left;
  color: #999999;
  padding-top: 25px;
}

body .navbar {
  background-color: #FFF;
  height: 55px;
}

.navbar-brand>img {
  /* width: 200px; */
  height: 40px;
}

.navbar-brand-pull>img {
  width: 200px;
  height: 60px;
  margin-top: 5px;
}

.form-signin {
  max-width: 600px;
  padding: 30px 38px 66px;
  margin: 0 auto;
  background-color: #ffffff;
  border: 3px dotted rgba(0,0,0,0.1);
  }

.form-signin-heading {
  text-align:center;
  margin-bottom: 30px;
}

.form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
}

input[type="text"] {
  margin-bottom: 0px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

input[type="password"] {
  margin-bottom: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.colorgraph {
  height: 7px;
  border-top: 0;
  background: #c4e17f;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}

.btn-login{
  border-radius: 4px;
  background-color: #43668f;
  border: solid 1px #43668f;
	font-family: Roboto-Regular;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  text-align: center;
  color: #ffffff;
}

.btn-login:hover{
  border-radius: 4px;
  background-color: #375d89;
  border: solid 1px #375d89;
	font-family: Roboto-Regular;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  text-align: center;
  color: #ffffff;
}
