
body {

  font-family: 'Nunito Sans', sans-serif;
  background-color: #fff;

}

.input-color{
  background-color: #5b5b5b;
  border:0px;"
  color: red;
}

#login{color:#fff;} /* black when not with focus */
#login:focus{color:#fff;} /* green when input has focus - only affects this specific input */

p {
  color: white;
  size: 5px;
  font-family: 'Nunito Sans', sans-serif;
}

h1{
  size:20px;
  color:white;
  font-family: 'Nunito Sans', sans-serif;
}

h2 {
  size: 18px;
  color: #1f9e7b;
  font-family: 'Nunito Sans', sans-serif;
}

.nav-text {
  color: white;
}

/*.active a{
    color: white !important;
    background: #1f9e7b !important;;
}*/

a {
  color:white;
}

.dropdown-toggle:active, .open .dropdown-toggle {
        background:#1f9e7b !important;
        color:#fff !important;
    }

button {
color: white;
}
