legend{
  color:#141823;
  font-size:25px;
  font-weight:bold;
}
.signup-btn {
  background: #79bc64;
  background-image: -webkit-linear-gradient(top, #3073ac, #212b1c);
  background-image: -moz-linear-gradient(top, #3073ac, #212b1c);
  background-image: -ms-linear-gradient(top, #3073ac, #212b1c);
  background-image: -o-linear-gradient(top, #3073ac, #212b1c);
  background-image: linear-gradient(to bottom, #3073ac, #212b1c);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  text-shadow: 0px 1px 0px #898a88;
  -webkit-box-shadow: 0px 0px 0px #a4e388;
  -moz-box-shadow: 0px 0px 0px #a4e388;
  box-shadow: 0px 0px 0px #a4e388;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  border: solid #3b6e22  1px;
  text-decoration: none;
}

.signup-btn:hover {
  background: #79bc64;
  background-image: -webkit-linear-gradient(top, #af3f3f, #9426afbd);
  background-image: -moz-linear-gradient(top, #af3f3f, #9426afbd);
  background-image: -ms-linear-gradient(top, #af3f3f, #9426afbd);
  background-image: -o-linear-gradient(top, #af3f3f, #9426afbd);
  background-image: linear-gradient(to bottom, #af3f3f, #9426afbd);
  text-decoration: none;
}
.navbar-default .navbar-brand{
  color:#fff;
  font-size:30px;
  font-weight:bold;
}

.password-field {
    position: relative;
}

.password-field input[type="password"] {
    width: 95%;
    border: 1px solid #dee2e6;
}

.password-field i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    cursor: pointer;
    z-index: 1;
}

.form .form-control {
  margin-bottom: 10px;
  border-radius: 20px;
}
.form-check {
  padding-bottom: 12px;
}

.form-control:focus {
    border-color: #ccc;
    outline: none;
    box-shadow: none;
}

input:focus {
    outline: none;
}

#password-error, #email-error, #error-msg{
  font-size: 14px;
  color: red;
}

@media (min-width:768px) {
  #home{
      margin-top:50px;
  }
  #home .slogan{
      color: #0e385f;
      line-height: 29px;
      font-weight:bold;
  }
}


/* sidebar css */

 #wrapper {
    overflow-x: hidden;
 }

#sidebar-wrapper {
  min-height: 100vh;
  margin-left: -15rem;
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
  padding: 0.875rem 1.25rem;
  font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
  width: 15rem;
}

#page-content-wrapper {
  min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}

@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
  }

  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }

  #wrapper.toggled #sidebar-wrapper {
    margin-left: -15rem;
  }
}

/**********************************************/
.sidebar-logo {
  width: 150px;
  position: relative;
  left: 27px;
}