style "default"
{
  stock["gtk-directory"] =
  {
     { "directory_icon.png", *, *, *}
  }
  stock["gtk-file"] =
  {
     { "file_icon.png", *, *, *}
  }
  font_name = "ubuntu,cantarell,sans-serif 11"
}

style "login-button-label"{
  fg[NORMAL]      = '#fafafa'
  fg[PRELIGHT]    = '#fafafa'
  fg[SELECTED]    = '#fafafa'
  fg[INSENSITIVE] = '#eaeaea'
  fg[ACTIVE]      = '#fafafa'
}

style "error-hint"{
  fg[NORMAL] = '#ff0000'
  font_name = "ubuntu,cantarell,sans-serif 9.8"
}

#class "GtkWidget" style "default"
widget "*error-hint" style "error-hint"
widget "*login-button-label" style "login-button-label"