.navbar{
  background: #0a3956!important;;
}
body {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
  font-family: inherit;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin-heading{
  font-weight: 300;
  color: #545454;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
}
.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;
  padding: 10px;
  font-size: 16px;
}
.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;
}
.form-signin h5{
  text-align:center;
}
#create-account{
  text-decoration: underline;
  text-align:center;
  color: #656565;
}
#create-account:hover{
  color: #00abe8;
}
.close{
  font-weight: normal!important;;
}

/* signup*/
.signup-content{
  background: white;
  padding-top: 100px;
  padding-bottom: 30px;
}
.signup-content .content{
  padding-bottom:30px;
  background: white;
}
.signup-title{
  text-align: center;
  padding-top:20px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.signup-title h3{
  font-weight: 300;
}
.signup-form form{
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.signup-login{
  text-align: center;
  padding-top: 10px;
  font-size: 16px;
}



/*signup-success*/
.signup-content{
  padding-top: 100px;
  padding-bottom: 150px;
}
.signup-footer{
  position:absolute;
  bottom: 0px;
  width: 100%;
}
.signup-content p{
  padding: 10px;
  border-radius: 3px;
  color: #434343;
  font-size:18px;
}
.signup-activation .signup-content i{
  color: #545454;
}
.step-content{
  padding-top: 50px;
}

.signup-success .success-icon{
  text-align: right;
  color: #5cb85c;
 
}
.jump-auto{
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
}