@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

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;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

.btn-rounded {border-radius: 18px;}

#content {
	background: #007bff;
    overflow: auto;
}


.error-message {
    color: #a94442;
}

.error-message:first-letter {
    text-transform: capitalize;
}

.error-message:first-letter {
    text-transform: capitalize;
}

.form-signin {
    max-width: 500px;
    padding: 30px 38px 66px;
    margin-top: 80px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
}

.form-reg {
    margin-top: 120px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
}

.form-signin-heading {
    text-align:center;
    margin-bottom: 30px;
    color: #d9edf7
}

.form-reg-label {
	color: white;
}
.form-control {
    position: relative;
    height: auto;
}

.form-textbox {
	color: #eee;
}

.footer {
	background: white;
    bottom: 0;
    position: relative;

}

.footer {
   
    z-index: 1;
}

.footer p {
    padding: 15px;
}

.foot-img {
 	bottom: 0;
	width: 100%;

}

.logoimg {
    margin-bottom: 10px;
}

.link {
	color: white;
}

.nav-links {
	color:  #007bff;
}

.navbar-brand {
	height: 90px;
    color:  #007bff;
	}

.navbar {
	background: #fff;
	border-color: black;
  	border-style: solid;
  	border-width: 0px 0px 5px 0px;

}

.navbar-toggle .icon-bar {
    background-color: #337AB7;
}

.glyphicon-menu-hamburger {
    font-size: npx;
  }

.wrapper {
    margin-top: 80px;
    margin-bottom: 20px;
}
