label{
  font-weight: 800;
  color: #4799e8;

}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 5px;
  font-weight: bold;
}
.osm-heading{
    color: #fff;
  background-color: #79848f;
  padding: 10px;
}
#osm-account-information{
  color: #fff;
  background-color: #79848f;
  padding: 10px;
}
#osm-new-user-register{
  color: #fff;
  background-color: #479ae9;
  padding: 10px;
  margin-bottom: 50px;
}
#osm-existing-user-login{
 color: #fff;
  background-color: #479ae9;
  padding: 10px;
  margin-bottom: 50px;
}
.osm-page-title{
  color:#479ae9;
}



#osm_login_form{
  margin-top: 50px;
  padding-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 0px;
}
#os_form {
  padding-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}

#os_form input{
  border: solid 1px #479ae9;
  padding-left: 5px;
}
#os_form select{
  border: solid 1px #479ae9;
  height: 50px;
  padding-left: 5px;
}
#os_form textarea{
  border: solid 1px #479ae9;
  padding-left: 5px;
}
#osm_login_form input{
border: solid 1px #479ae9;
  height: 50px;
}